Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:ReducePassList

60   class ReducePassList : public ListReducer<std::string> {
63 ReducePassList(BugDriver &bd) : BD(bd) {}
75 ReducePassList::TestResult
76 ReducePassList::doTest(std::vector<std::string> &Prefix,
890 ReducePassList(*this).reduceList(PassesToRun, Error);