Home
last modified time | relevance | path

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

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