Lines Matching refs:MisCompFunctions
391 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractLoops() local
393 MisCompFunctions.emplace_back(F->getName(), F->getFunctionType()); in ExtractLoops()
401 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractLoops()
402 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first); in ExtractLoops()
414 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractLoops() local
419 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType()); in ExtractLoops()
432 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractLoops()
433 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first); in ExtractLoops()
586 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractBlocks() local
590 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType()); in ExtractBlocks()
601 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractBlocks()
602 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first); in ExtractBlocks()