Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp697 bool FoundIB; member in __anon816e3c6a0511::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()