Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp165 SmallPtrSet<const Loop *, 2> StopLoops; in isReachableImpl() local
169 StopLoops.insert(L); in isReachableImpl()
199 if (StopLoops.contains(Outer)) in isReachableImpl()