Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp943 BasicBlock *SISucc = SI->getSuccessor(DeadCase); in RewriteLoopBodyWithConditionConstant() local
945 if (!SI->findCaseDest(SISucc)) continue; // Edge is critical. in RewriteLoopBodyWithConditionConstant()
949 if (Latch && DT->dominates(SISucc, Latch)) in RewriteLoopBodyWithConditionConstant()
956 SplitEdge(Switch, SISucc, this); in RewriteLoopBodyWithConditionConstant()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1272 BasicBlock *SISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant() local
1277 if (!SI->findCaseDest(SISucc)) continue; // Edge is critical. in RewriteLoopBodyWithConditionConstant()
1281 if (Latch && DT->dominates(SISucc, Latch)) in RewriteLoopBodyWithConditionConstant()
1288 SplitEdge(Switch, SISucc, DT, LI); in RewriteLoopBodyWithConditionConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1474 BasicBlock *SISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant() local
1477 if (!SI->findCaseDest(SISucc)) continue; // Edge is critical. in RewriteLoopBodyWithConditionConstant()
1481 if (Latch && DT->dominates(SISucc, Latch)) in RewriteLoopBodyWithConditionConstant()
1488 SplitEdge(Switch, SISucc, DT, LI); in RewriteLoopBodyWithConditionConstant()