Searched refs:CurrentLoopDeleted (Results 1 – 2 of 2) sorted by relevance
121 CurrentLoopDeleted = true; in markLoopAsDeleted()174 CurrentLoopDeleted = false; in runOnFunction()224 CurrentLoopDeleted ? "<deleted loop>" in runOnFunction()228 if (!CurrentLoopDeleted) { in runOnFunction()259 CurrentLoopDeleted ? "<deleted>" in runOnFunction()263 if (CurrentLoopDeleted) in runOnFunction()271 if (CurrentLoopDeleted) { in runOnFunction()
118 bool CurrentLoopDeleted; variable