Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1354 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; in buildClonedLoops() local
1359 ExitLoopMap[ClonedExitBB] = ExitL; in buildClonedLoops()
1502 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()
1503 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()
1512 Loop *ExitL = ExitLoopMap.lookup(ExitBB); in buildClonedLoops()
1528 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1536 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops()
1554 if (Loop *OuterL = ExitLoopMap.lookup(BB)) in buildClonedLoops()
1558 for (auto &BBAndL : ExitLoopMap) { in buildClonedLoops()
1582 *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI)); in buildClonedLoops()