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

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp560 unsigned InstructionsToSkipBeforeDeleting = 0; local
573 if (InstructionsToSkipBeforeDeleting) {
574 --InstructionsToSkipBeforeDeleting;
589 InstructionsToSkipBeforeDeleting = CurInstructionNum;
599 if (InstructionsToSkipBeforeDeleting) {
600 InstructionsToSkipBeforeDeleting = 0;

Completed in 17 milliseconds