Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1445 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; in buildClonedLoops() local
1450 ExitLoopMap[ClonedExitBB] = ExitL; in buildClonedLoops()
1593 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()
1594 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()
1603 Loop *ExitL = ExitLoopMap.lookup(ExitBB); in buildClonedLoops()
1619 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1627 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops()
1645 if (Loop *OuterL = ExitLoopMap.lookup(BB)) in buildClonedLoops()
1649 for (auto &BBAndL : ExitLoopMap) { in buildClonedLoops()
1673 *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI)); in buildClonedLoops()