Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp410 bool FoundIB; member in __anondf9390560111::UnloopUpdater
414 Unloop(UL), LI(LInfo), DFS(UL), FoundIB(false) {} in UnloopUpdater()
449 assert((FoundIB || Unloop->contains(L)) && "uninitialized successor"); in updateBlockParents()
455 bool Changed = FoundIB; in updateBlockParents()
555 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB"); in getNearestLoop()
556 FoundIB = true; in getNearestLoop()
/external/llvm/lib/Analysis/
DLoopInfo.cpp413 bool FoundIB; member in __anon615e22aa0311::UnloopUpdater
417 Unloop(*UL), LI(LInfo), DFS(UL), FoundIB(false) {} in UnloopUpdater()
451 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
457 bool Changed = FoundIB; in updateBlockParents()
552 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB"); in getNearestLoop()
553 FoundIB = true; in getNearestLoop()