Home
last modified time | relevance | path

Searched refs:InstructionsToSkipBeforeDeleting (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DCrashDebugger.cpp559 unsigned InstructionsToSkipBeforeDeleting = 0; in DebugACrash() local
572 if (InstructionsToSkipBeforeDeleting) { in DebugACrash()
573 --InstructionsToSkipBeforeDeleting; in DebugACrash()
585 InstructionsToSkipBeforeDeleting = CurInstructionNum; in DebugACrash()
594 if (InstructionsToSkipBeforeDeleting) { in DebugACrash()
595 InstructionsToSkipBeforeDeleting = 0; in DebugACrash()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp738 unsigned InstructionsToSkipBeforeDeleting = 0; in ReduceInsts() local
751 if (InstructionsToSkipBeforeDeleting) { in ReduceInsts()
752 --InstructionsToSkipBeforeDeleting; in ReduceInsts()
769 InstructionsToSkipBeforeDeleting = CurInstructionNum; in ReduceInsts()
775 if (InstructionsToSkipBeforeDeleting) { in ReduceInsts()
776 InstructionsToSkipBeforeDeleting = 0; in ReduceInsts()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp979 unsigned InstructionsToSkipBeforeDeleting = 0; in ReduceInsts() local
993 if (InstructionsToSkipBeforeDeleting) { in ReduceInsts()
994 --InstructionsToSkipBeforeDeleting; in ReduceInsts()
1013 InstructionsToSkipBeforeDeleting = CurInstructionNum; in ReduceInsts()
1019 if (InstructionsToSkipBeforeDeleting) { in ReduceInsts()
1020 InstructionsToSkipBeforeDeleting = 0; in ReduceInsts()