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

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
CrashDebugger.cpp 245 /// ReduceCrashingBlocks reducer - This works by setting the terminators of
250 class ReduceCrashingBlocks : public ListReducer<const BasicBlock*> {
254 ReduceCrashingBlocks(BugDriver &bd,
272 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) {
521 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 320 /// ReduceCrashingBlocks reducer - This works by setting the terminators of
325 class ReduceCrashingBlocks : public ListReducer<const BasicBlock*> {
329 ReduceCrashingBlocks(BugDriver &bd,
347 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) {
824 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
CrashDebugger.cpp 357 /// ReduceCrashingBlocks reducer - This works by setting the terminators of
362 class ReduceCrashingBlocks : public ListReducer<const BasicBlock *> {
367 ReduceCrashingBlocks(BugDriver &BD, BugTester testFn)
383 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) {
    [all...]

Completed in 189 milliseconds