Searched refs:ReducePassList (Results 1 – 2 of 2) sorted by relevance
70 class ReducePassList : public ListReducer<std::string> { class74 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList() function in llvm::ReducePassList84 Expected<ReducePassList::TestResult>85 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest()1282 Expected<bool> Result = ReducePassList(*this).reduceList(PassesToRun); in debugOptimizerCrash()
64 friend class ReducePassList; variable