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

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp388 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; local
391 MisCompFunctions.push_back(std::make_pair(F->getName(),
399 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
400 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
413 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; local
417 MisCompFunctions.push_back(std::make_pair(I->getName(),
433 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
434 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
595 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; local
599 MisCompFunctions
[all...]

Completed in 79 milliseconds