Home
last modified time | relevance | path

Searched refs:MisCompFunctions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp386 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractLoops() local
388 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() local
413 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() local
585 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType()); in ExtractBlocks()
[all …]