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.cpp1440 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; in buildClonedLoops()
1445 ExitLoopMap[ClonedExitBB] = ExitL; in buildClonedLoops()
1588 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()
1589 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()
1592 // Populate the existing ExitLoopMap with everything reachable from each in buildClonedLoops()
1598 Loop *ExitL = ExitLoopMap.lookup(ExitBB); in buildClonedLoops()
1614 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1622 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops()
1632 // Now that the ExitLoopMap gives as mapping for all the non-looping cloned in buildClonedLoops()
1640 if (Loop *OuterL = ExitLoopMap in buildClonedLoops()
1439 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; buildClonedLoops() local
[all...]