Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp376 static bool maybeEndlessLoop(const Loop &L) { in maybeEndlessLoop() function
416 (L && !maybeEndlessLoop(*L))) && in findForwardJoinPoint()
519 if (L && maybeEndlessLoop(*L)) in findForwardJoinPoint()