Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopPass.cpp198 CurrentLoop->isUnloop() in runOnFunction()
203 if (CurrentLoop->isUnloop()) { in runOnFunction()
225 removeDeadPasses(P, CurrentLoop->isUnloop() in runOnFunction()
230 if (CurrentLoop->isUnloop()) in runOnFunction()
238 if (CurrentLoop->isUnloop()) { in runOnFunction()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h162 bool isUnloop() const { return IsUnloop; } in isUnloop() function