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

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp307 std::vector<Function*> &MiscompiledFunctions,
316 MiscompiledFunctions,
407 // All of the Function*'s in the MiscompiledFunctions list are in the old
410 MiscompiledFunctions.clear();
415 MiscompiledFunctions.push_back(NewF);
522 std::vector<Function*> &MiscompiledFunctions,
527 for (unsigned i = 0, e = MiscompiledFunctions.size(); i != e; ++i)
528 for (Function::iterator I = MiscompiledFunctions[i]->begin(),
529 E = MiscompiledFunctions[i]->end(); I != E; ++I)
538 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions)
304 ExtractLoops(BugDriver &BD, bool (*TestFn)(BugDriver &, Module *, Module *, std::string &), std::vector<Function*> &MiscompiledFunctions, std::string &Error) argument
519 ExtractBlocks(BugDriver &BD, bool (*TestFn)(BugDriver &, Module *, Module *, std::string &), std::vector<Function*> &MiscompiledFunctions, std::string &Error) argument
615 std::vector<Function*> MiscompiledFunctions; local
733 std::vector<Function *> MiscompiledFunctions = local
[all...]

Completed in 34 milliseconds