Searched refs:MisCompFunctions (Results 1 – 1 of 1) sorted by relevance
391 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractLoops() local393 MisCompFunctions.emplace_back(F->getName(), F->getFunctionType()); in ExtractLoops()401 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractLoops()414 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractLoops() local419 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() local590 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType()); in ExtractBlocks()601 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractBlocks()[all …]