Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:ReduceMiscompilingPasses

46   class ReduceMiscompilingPasses : public ListReducer<std::string> {

49 ReduceMiscompilingPasses(BugDriver &bd) : BD(bd) {}
60 ReduceMiscompilingPasses::TestResult
61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix,
721 if (!ReduceMiscompilingPasses(*this).reduceList(PassesToRun, *Error)) {