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

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp436 Loop *Unloop; member in class:__anon21070::UnloopUpdater
453 Unloop(UL), LI(LInfo), DFS(UL), FoundIB(false) {}
469 if (Unloop->getNumBlocks()) {
480 // For reducible loops, NL is now an ancestor of Unloop.
481 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &&
488 assert((FoundIB || Unloop->contains(L)) && "uninitialized successor");
496 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm");
507 assert(NL != Unloop && (!NL || NL->contains(Unloop))
640 updateUnloop(Loop *Unloop) argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h671 /// each block so that Unloop is no longer referenced, but the caller must
672 /// actually delete the Unloop object.
673 void updateUnloop(Loop *Unloop);

Completed in 108 milliseconds