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

/external/llvm/tools/bugpoint/
H A DBugDriver.h82 const std::vector<std::string> &getPassesToRun() const { function in class:llvm::BugDriver
H A DMiscompilation.cpp254 << (BD.getPassesToRun().size() == 1 ? "" : "es") << ":";
733 Module *Optimized = BD.runPassesOn(Test, BD.getPassesToRun(),
765 << (getPassesToRun().size() == 1 ? "" : "es") << ": "
766 << getPassesString(getPassesToRun()) << '\n';

Completed in 949 milliseconds