Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp676 bool FoundIB; member in __anon4ee042e00511::UnloopUpdater
680 : Unloop(*UL), LI(LInfo), DFS(UL), FoundIB(false) {} in UnloopUpdater()
713 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
719 bool Changed = FoundIB; in updateBlockParents()
814 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB"); in getNearestLoop()
815 FoundIB = true; in getNearestLoop()