Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp694 Loop &Unloop; member in __anon118e20690511::UnloopUpdater
710 UnloopUpdater(Loop *UL, LoopInfo *LInfo) : Unloop(*UL), LI(LInfo), DFS(UL) {} in UnloopUpdater()
726 if (Unloop.getNumBlocks()) { in updateBlockParents()
737 assert((NL != &Unloop && (!NL || NL->contains(&Unloop))) && in updateBlockParents()
743 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor"); in updateBlockParents()
751 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
764 assert(NL != &Unloop && (!NL || NL->contains(&Unloop)) && in updateBlockParents()
777 for (BasicBlock *BB : Unloop.blocks()) { in removeBlocksFromAncestors()
779 if (Unloop.contains(OuterParent)) { in removeBlocksFromAncestors()
780 while (OuterParent->getParentLoop() != &Unloop) in removeBlocksFromAncestors()
[all …]