Home
last modified time | relevance | path

Searched refs:ReducePassList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp86 class ReducePassList : public ListReducer<std::string> { class
90 ReducePassList(BugDriver &bd) : BD(bd) {} in ReducePassList() function in llvm::ReducePassList
100 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()
H A DBugDriver.h59 friend class ReducePassList;
60 friend class ReducePassList; global() variable