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 419 /// Find the new parent loop for all blocks within the "unloop" whose last
422 Loop *Unloop;
427 // Map unloop's immediate subloops to their nearest reachable parents. Nested
434 // directly contained by the original unloop.
439 Unloop(UL), LI(LInfo), DFS(UL), FoundIB(false) {}
453 /// contained within the original "unloop".
455 if (Unloop->getNumBlocks()) {
466 // For reducible loops, NL is now an ancestor of Unloop.
467 assert((NL != Unloop && (!NL || NL->contains(Unloop))) &
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 724 /// loop--now the "unloop". This updates the loop forest and parent loops for
725 /// each block so that Unloop is no longer referenced, but the caller must
726 /// actually delete the Unloop object.
727 void updateUnloop(Loop *Unloop);

Completed in 60 milliseconds