Searched refs:switchCond (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | undef-resolve.ll | 96 %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]
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 520 Expr::EvalResult *switchCond = nullptr; member in __anon8d78c9ed0411::CFGBuilder 4321 SaveAndRestore<Expr::EvalResult*> save_switchCond(switchCond, in VisitSwitchStmt() 4374 const Expr::EvalResult *switchCond, in shouldAddCase() argument 4377 if (!switchCond) in shouldAddCase() 4383 if (switchCond->Val.isInt()) { in shouldAddCase() 4386 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() 4428 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt() 4455 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
|