Searched refs:switchCond (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/Transforms/SCCP/ |
D | undef-resolve.ll | 27 %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/clang/lib/Analysis/ |
D | CFG.cpp | 331 Expr::EvalResult *switchCond; member in __anon4350aedf0111::CFGBuilder 348 switchExclusivelyCovered(false), switchCond(nullptr), in CFGBuilder() 3032 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt() 3078 const Expr::EvalResult *switchCond, in shouldAddCase() argument 3081 if (!switchCond) in shouldAddCase() 3087 if (switchCond->Val.isInt()) { in shouldAddCase() 3090 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() 3132 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt() 3159 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
|