Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp707 bool FoundIB = false; member in __anon4e969a430511::UnloopUpdater
743 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
749 bool Changed = FoundIB; in updateBlockParents()
843 assert((FoundIB || !DFS.hasPostorder(Succ)) && "should have seen IB"); in getNearestLoop()
844 FoundIB = true; in getNearestLoop()