Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::IDo::ClassifyOldWG (  )  [inline]

Definition at line 1275 of file mainIDo.cpp.

References ClassifyCombineExec(), ClassifyExec(), mSkipFusion, and mWG.

Referenced by HandleCmd().

01276     {
01277         ClassifyExec(mWG[0], false);
01278         ClassifyExec(mWG[1], false);
01279         if (mSkipFusion.empty())
01280         {
01281             ClassifyExec(mWG[2], false);
01282             ClassifyCombineExec(mWG[0] + " " + mWG[1] + " " + mWG[2],
01283                                 "combined");
01284         }
01285         else
01286         {
01287             ClassifyCombineExec(mWG[0] + " " + mWG[1], "combined");
01288         }
01289     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:24 2011 for ImpalaSrc by  doxygen 1.5.1