Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp390 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions; in ExtractLoops() local
392 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() local
419 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() local
591 MisCompFunctions.emplace_back(std::string(I->getName()), in ExtractBlocks()
[all …]