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