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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp64 /// getPassesString - Turn a list of passes into a string which indicates the
67 std::string llvm::getPassesString(const std::vector<std::string> &Passes) { function in class:llvm
H A DBugDriver.h278 /// getPassesString - Turn a list of passes into a string which indicates the
281 std::string getPassesString(const std::vector<std::string> &Passes);
H A DOptimizerDriver.cpp111 outs() << " " << getPassesString(PassesToRun) << "\n";
H A DMiscompilation.cpp65 outs() << "Checking to see if '" << getPassesString(Suffix)
102 outs() << "Checking to see if '" << getPassesString(Prefix)
150 outs() << "Checking to see if '" << getPassesString(Suffix)
151 << "' passes compile correctly after the '" << getPassesString(Prefix)
749 << getPassesString(getPassesToRun()) << '\n';
H A DCrashDebugger.cpp95 << getPassesString(Prefix) << ": ";
110 outs() << "Checking to see if these passes crash: " << getPassesString(Suffix)
1387 << getPassesString(PassesToRun) << '\n';
1402 << getPassesString(PassesToRun) << '\n';

Completed in 111 milliseconds