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

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp387 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; local
391 MisCompFunctions.push_back(std::make_pair(I->getName(),
411 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
412 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
571 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions; local
575 MisCompFunctions.push_back(std::make_pair(I->getName(),
593 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
594 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first);

Completed in 1258 milliseconds