Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1108 unsigned InstructionsToSkipBeforeDeleting = 0; in ReduceInsts() local
1122 if (InstructionsToSkipBeforeDeleting) { in ReduceInsts()
1123 --InstructionsToSkipBeforeDeleting; in ReduceInsts()
1142 InstructionsToSkipBeforeDeleting = CurInstructionNum; in ReduceInsts()
1148 if (InstructionsToSkipBeforeDeleting) { in ReduceInsts()
1149 InstructionsToSkipBeforeDeleting = 0; in ReduceInsts()