Searched refs:CurrentLoopDeleted (Results 1 – 2 of 2) sorted by relevance
120 CurrentLoopDeleted = true; in markLoopAsDeleted()173 CurrentLoopDeleted = false; in runOnFunction()223 CurrentLoopDeleted ? "<deleted loop>" in runOnFunction()227 if (!CurrentLoopDeleted) { in runOnFunction()258 CurrentLoopDeleted ? "<deleted>" in runOnFunction()262 if (CurrentLoopDeleted) in runOnFunction()270 if (CurrentLoopDeleted) { in runOnFunction()
118 bool CurrentLoopDeleted; variable