Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp682 Loop &Unloop; member in __anon81a2c2600511::UnloopUpdater
698 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater()
714 if (Unloop.getNumBlocks()) { in updateBlockParents()
725 assert((NL != &Unloop && (!NL || NL->contains(&Unloop))) && in updateBlockParents()
731 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
739 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
752 assert(NL != &Unloop && (!NL || NL->contains(&Unloop)) && in updateBlockParents()
765 for (BasicBlock *BB : Unloop.blocks()) { in removeBlocksFromAncestors()
767 if (Unloop.contains(OuterParent)) { in removeBlocksFromAncestors()
768 while (OuterParent->getParentLoop() != &Unloop) in removeBlocksFromAncestors()
[all …]