Home
last modified time | relevance | path

Searched refs:getPassesToRun (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp255 << (BD.getPassesToRun().size() == 1 ? "" : "es") << ":"; in TestFuncs()
707 BD.runPassesOn(Test.get(), BD.getPassesToRun()); in TestOptimizer()
751 << (getPassesToRun().size() == 1 ? "" : "es") << ": " in debugMiscompilation()
752 << getPassesString(getPassesToRun()) << '\n'; in debugMiscompilation()
H A DBugDriver.h79 const std::vector<std::string> &getPassesToRun() const { return PassesToRun; } in getPassesToRun() function
H A DCrashDebugger.cpp1356 return BD.runPasses(*M, BD.getPassesToRun()); in TestForOptimizerCrash()