Lines Matching full:dead
3077 // the condition and the dead arm.3080 Expr *live = lhsExpr, *dead = rhsExpr;3081 if (!CondExprBool) std::swap(live, dead);3083 // If the dead side doesn't have labels we need, just emit the Live part.3084 if (!CGF.ContainsLabel(dead)) {