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

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
CrashDebugger.cpp 356 /// ReduceCrashingInstructions reducer - This works by removing the specified
359 class ReduceCrashingInstructions : public ListReducer<const Instruction*> {
363 ReduceCrashingInstructions(BugDriver &bd,
381 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*>
539 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 431 /// ReduceCrashingInstructions reducer - This works by removing the specified
434 class ReduceCrashingInstructions : public ListReducer<const Instruction*> {
438 ReduceCrashingInstructions(BugDriver &bd,
456 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*>
719 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
CrashDebugger.cpp 673 /// ReduceCrashingInstructions reducer - This works by removing the specified
676 class ReduceCrashingInstructions : public ListReducer<const Instruction *> {
681 ReduceCrashingInstructions(BugDriver &bd, BugTester testFn)
697 bool ReduceCrashingInstructions::TestInsts(
    [all...]

Completed in 58 milliseconds