HomeSort by relevance Sort by last modified time
    Searched defs:ReducePassList (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
CrashDebugger.cpp 46 class ReducePassList : public ListReducer<std::string> {
49 ReducePassList(BugDriver &bd) : BD(bd) {}
61 ReducePassList::TestResult
62 ReducePassList::doTest(std::vector<std::string> &Prefix,
635 ReducePassList(*this).reduceList(PassesToRun, Error);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 60 class ReducePassList : public ListReducer<std::string> {
63 ReducePassList(BugDriver &bd) : BD(bd) {}
75 ReducePassList::TestResult
76 ReducePassList::doTest(std::vector<std::string> &Prefix,
890 ReducePassList(*this).reduceList(PassesToRun, Error);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
CrashDebugger.cpp 70 class ReducePassList : public ListReducer<std::string> {
74 ReducePassList(BugDriver &bd) : BD(bd) {}
84 Expected<ReducePassList::TestResult>
85 ReducePassList::doTest(std::vector<std::string> &Prefix,
    [all...]

Completed in 539 milliseconds