Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp413 bool FoundIB; member in __anon5c76b2920311::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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp676 bool FoundIB; member in __anon40876db40511::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()
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp698 bool FoundIB; member in __anonbc8d63c00511::UnloopUpdater
702 : Unloop(*UL), LI(LInfo), DFS(UL), FoundIB(false) {} in UnloopUpdater()
735 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
741 bool Changed = FoundIB; in updateBlockParents()
836 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB"); in getNearestLoop()
837 FoundIB = true; in getNearestLoop()