Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopPass.cpp123 CurrentLoopDeleted = true; in markLoopAsDeleted()
176 CurrentLoopDeleted = false; in runOnFunction()
226 CurrentLoopDeleted ? "<deleted loop>" in runOnFunction()
230 if (!CurrentLoopDeleted) { in runOnFunction()
261 CurrentLoopDeleted ? "<deleted>" in runOnFunction()
265 if (CurrentLoopDeleted) in runOnFunction()
273 if (CurrentLoopDeleted) { in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopPass.h117 bool CurrentLoopDeleted; variable