Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp691 bool FoundIB = false; member in __anon90567d990511::UnloopUpdater
727 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
733 bool Changed = FoundIB; in updateBlockParents()
828 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB"); in getNearestLoop()
829 FoundIB = true; in getNearestLoop()