Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopPass.cpp120 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopPass.h118 bool CurrentLoopDeleted; variable