Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp707 bool FoundIB = false; member in __anon118e20690511::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()