Searched refs:CurrentLoopDeleted (Results 1 – 2 of 2) sorted by relevance
153 CurrentLoopDeleted = true; in markLoopAsDeleted()206 CurrentLoopDeleted = false; in runOnFunction()242 CurrentLoopDeleted ? "<deleted loop>" in runOnFunction()246 if (CurrentLoopDeleted) { in runOnFunction()279 CurrentLoopDeleted ? "<deleted>" in runOnFunction()283 if (CurrentLoopDeleted) in runOnFunction()291 if (CurrentLoopDeleted) { in runOnFunction()
158 bool CurrentLoopDeleted; variable