Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1118 SmallDenseMap<BasicBlock *, Loop *, 16> ExitLoopMap; in buildClonedLoops() local
1123 ExitLoopMap[ClonedExitBB] = ExitL; in buildClonedLoops()
1267 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()
1268 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()
1277 Loop *ExitL = ExitLoopMap.lookup(ExitBB); in buildClonedLoops()
1293 (BlocksInClonedLoop.count(PredBB) || ExitLoopMap.count(PredBB)) && in buildClonedLoops()
1301 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second; in buildClonedLoops()
1319 if (Loop *OuterL = ExitLoopMap.lookup(BB)) in buildClonedLoops()
1323 for (auto &BBAndL : ExitLoopMap) { in buildClonedLoops()
1347 *ChildL, ExitLoopMap.lookup(ClonedChildHeader), VMap, LI)); in buildClonedLoops()