Searched refs:ReducePassList (Results 1 – 2 of 2) sorted by relevance
86 class ReducePassList : public ListReducer<std::string> { class90 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList() function in llvm::ReducePassList100 Expected<ReducePassList::TestResult>101 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest()1368 Expected<bool> Result = ReducePassList(*this).reduceList(PassesToRun); in debugOptimizerCrash()1385 auto SecondRes = ReducePassList(*this).reduceList(PassesToRun); in debugOptimizerCrash()
59 friend class ReducePassList;60 friend class ReducePassList; global() variable