Lines Matching refs:MisCompFunctions
388 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractLoops() local
391 MisCompFunctions.push_back(std::make_pair(F->getName(), in ExtractLoops()
399 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractLoops()
400 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first); in ExtractLoops()
413 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractLoops() local
417 MisCompFunctions.push_back(std::make_pair(I->getName(), in ExtractLoops()
433 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractLoops()
434 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first); in ExtractLoops()
595 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractBlocks() local
599 MisCompFunctions.push_back(std::make_pair(I->getName(), in ExtractBlocks()
611 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractBlocks()
612 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first); in ExtractBlocks()