Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/SCCP/
Dundef-resolve.ll27 %switchCond.0.ph.ph = phi i32 [ 2, %init ], [ 3, %control.outer.outer.backedge ] ; <i32> [#uses=2]
39 …%A.0.ph.us = phi i32 [ %switchCond.0.us, %bb3.us ], [ 4, %control.outer.outer.split.us ] ; <i32> […
40 …%switchCond.0.ph.us = phi i32 [ %A.0.ph.us, %bb3.us ], [ %switchCond.0.ph.ph, %control.outer.outer…
50 ; CHECK-NEXT: %switchCond.0.us = phi i32
51 ; CHECK-NEXT: switch i32 %switchCond.0.us
53 …%switchCond.0.us = phi i32 [ %A.0.ph.us, %bb0.us ], [ %switchCond.0.ph.us, %control.outer.us ] ; <…
54 switch i32 %switchCond.0.us, label %control.outer.loopexit.us-lcssa.us [
72 …%switchCond.0.ph = phi i32 [ 0, %bb3 ], [ %switchCond.0.ph.ph, %control.outer.outer.control.outer.…
76 %switchCond.0 = phi i32 [ %A.0.ph, %bb0 ], [ %switchCond.0.ph, %control.outer ] ; <i32> [#uses=2]
77 switch i32 %switchCond.0, label %control.outer.loopexit.us-lcssa [
[all …]
/external/llvm-project/llvm/test/Transforms/SCCP/
Dundef-resolve.ll96 %switchCond.0.ph.ph = phi i32 [ 2, %init ], [ 3, %control.outer.outer.backedge ] ; <i32> [#uses=2]
108 …%A.0.ph.us = phi i32 [ %switchCond.0.us, %bb3.us ], [ 4, %control.outer.outer.split.us ] ; <i32> […
109 …%switchCond.0.ph.us = phi i32 [ %A.0.ph.us, %bb3.us ], [ %switchCond.0.ph.ph, %control.outer.outer…
119 …%switchCond.0.us = phi i32 [ %A.0.ph.us, %bb0.us ], [ %switchCond.0.ph.us, %control.outer.us ] ; <…
120 switch i32 %switchCond.0.us, label %control.outer.loopexit.us-lcssa.us [
138 …%switchCond.0.ph = phi i32 [ 0, %bb3 ], [ %switchCond.0.ph.ph, %control.outer.outer.control.outer.…
142 %switchCond.0 = phi i32 [ %A.0.ph, %bb0 ], [ %switchCond.0.ph, %control.outer ] ; <i32> [#uses=2]
143 switch i32 %switchCond.0, label %control.outer.loopexit.us-lcssa [
161 %nextId17 = add i32 %switchCond.0, -2 ; <i32> [#uses=1]
/external/clang/lib/Analysis/
DCFG.cpp402 Expr::EvalResult *switchCond; member in __anon4350aedf0111::CFGBuilder
419 switchExclusivelyCovered(false), switchCond(nullptr), in CFGBuilder()
3130 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt()
3182 const Expr::EvalResult *switchCond, in shouldAddCase() argument
3185 if (!switchCond) in shouldAddCase()
3191 if (switchCond->Val.isInt()) { in shouldAddCase()
3194 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()
3236 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
3263 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp519 Expr::EvalResult *switchCond = nullptr; member in __anon875bb5ad0411::CFGBuilder
4103 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt()
4156 const Expr::EvalResult *switchCond, in shouldAddCase() argument
4159 if (!switchCond) in shouldAddCase()
4165 if (switchCond->Val.isInt()) { in shouldAddCase()
4168 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase()
4210 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
4237 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()