Searched refs:ReducePassList (Results 1 – 2 of 2) sorted by relevance
60 class ReducePassList : public ListReducer<std::string> { class63 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList() function in llvm::ReducePassList75 ReducePassList::TestResult76 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest()873 ReducePassList(*this).reduceList(PassesToRun, Error); in debugOptimizerCrash()
62 friend class ReducePassList; variable