Searched refs:MisCompFunctions (Results 1 – 1 of 1) sorted by relevance
386 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractLoops() local388 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() local413 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() local585 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType()); in ExtractBlocks()[all …]