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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp437 bool FoundIB; member in class:__anon2211::UnloopUpdater
441 Unloop(UL), LI(LInfo), DFS(UL), FoundIB(false) {}
476 assert((FoundIB || Unloop->contains(L)) && "uninitialized successor");
482 bool Changed = FoundIB;
579 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB");
580 FoundIB = true;

Completed in 88 milliseconds