Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp391 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractLoops() local
393 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() local
419 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() local
590 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType()); in ExtractBlocks()
601 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) { in ExtractBlocks()
[all …]