Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopPass.cpp153 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()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopPass.h158 bool CurrentLoopDeleted; variable