Searched refs:isUnloop (Results 1 – 2 of 2) sorted by relevance
198 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()
162 bool isUnloop() const { return IsUnloop; } in isUnloop() function