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

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp449 bool FoundIB; member in class:__anon21070::UnloopUpdater
453 Unloop(UL), LI(LInfo), DFS(UL), FoundIB(false) {}
488 assert((FoundIB || Unloop->contains(L)) && "uninitialized successor");
494 bool Changed = FoundIB;
591 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB");
592 FoundIB = true;

Completed in 95 milliseconds