Lines Matching defs:live
2458 Expr *live = lhsExpr, *dead = rhsExpr;2459 if (!CondExprBool) std::swap(live, dead);2461 // If the dead side doesn't have labels we need, and if the Live side isn't2463 // to), just emit the Live part.2465 return Visit(live);