Searched refs:CurrentLoopDeleted (Results 1 – 2 of 2) sorted by relevance
123 CurrentLoopDeleted = true; in markLoopAsDeleted()176 CurrentLoopDeleted = false; in runOnFunction()226 CurrentLoopDeleted ? "<deleted loop>" in runOnFunction()230 if (!CurrentLoopDeleted) { in runOnFunction()261 CurrentLoopDeleted ? "<deleted>" in runOnFunction()265 if (CurrentLoopDeleted) in runOnFunction()273 if (CurrentLoopDeleted) { in runOnFunction()
117 bool CurrentLoopDeleted; variable