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

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp392 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; local
395 MisCompFunctions.push_back(std::make_pair(F->getName(),
408 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
409 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
422 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; local
426 MisCompFunctions.push_back(std::make_pair(I->getName(),
446 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
447 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
606 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; local
610 MisCompFunctions
[all...]

Completed in 73 milliseconds