Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp697 bool FoundIB; member in __anoncca413810511::UnloopUpdater
701 : Unloop(*UL), LI(LInfo), DFS(UL), FoundIB(false) {} in UnloopUpdater()
734 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
740 bool Changed = FoundIB; in updateBlockParents()
834 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB"); in getNearestLoop()
835 FoundIB = true; in getNearestLoop()