Lines Matching refs:MisCompFunctions
386 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractLoops() local
388 MisCompFunctions.emplace_back(F->getName(), F->getFunctionType()); in ExtractLoops()
396 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractLoops()
397 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first); in ExtractLoops()
409 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractLoops() local
413 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType()); in ExtractLoops()
426 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractLoops()
427 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first); in ExtractLoops()
581 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractBlocks() local
585 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType()); in ExtractBlocks()
596 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractBlocks()
597 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first); in ExtractBlocks()