Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DMiscompilation.cpp388 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; in ExtractLoops() local
391 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() local
417 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() local
599 MisCompFunctions.push_back(std::make_pair(I->getName(), in ExtractBlocks()
[all …]