Searched refs:MisCompFunctions (Results 1 – 1 of 1) sorted by relevance
388 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractLoops() local391 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() local417 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() local599 MisCompFunctions.push_back(std::make_pair(I->getName(), in ExtractBlocks()[all …]