Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp695 bool FoundIB = false; member in __anon951701df0511::UnloopUpdater
731 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
737 bool Changed = FoundIB; in updateBlockParents()
832 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB"); in getNearestLoop()
833 FoundIB = true; in getNearestLoop()