HomeSort by relevance Sort by last modified time
    Searched refs:Unloop (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
LoopInfo.cpp 433 /// Find the new parent loop for all blocks within the "unloop" whose last
436 Loop *Unloop;
441 // Map unloop's immediate subloops to their nearest reachable parents. Nested
448 // directly contained by the original unloop.
453 Unloop(UL), LI(LInfo), DFS(UL), FoundIB(false) {}
467 /// contained within the original "unloop".
469 if (Unloop->getNumBlocks()) {
480 // For reducible loops, NL is now an ancestor of Unloop.
481 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 670 /// loop--now the "unloop". This updates the loop forest and parent loops for
671 /// 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 3151 milliseconds