Searched refs:MisCompFunctions (Results 1 – 1 of 1) sorted by relevance
390 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractLoops() local392 MisCompFunctions.emplace_back(std::string(F->getName()), 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() local419 MisCompFunctions.emplace_back(std::string(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()587 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractBlocks() local591 MisCompFunctions.emplace_back(std::string(I->getName()), in ExtractBlocks()[all …]