Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1121 unsigned InstructionsToSkipBeforeDeleting = 0; in ReduceInsts() local
1135 if (InstructionsToSkipBeforeDeleting) { in ReduceInsts()
1136 --InstructionsToSkipBeforeDeleting; in ReduceInsts()
1155 InstructionsToSkipBeforeDeleting = CurInstructionNum; in ReduceInsts()
1161 if (InstructionsToSkipBeforeDeleting) { in ReduceInsts()
1162 InstructionsToSkipBeforeDeleting = 0; in ReduceInsts()