Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:dead

2969   // the condition and the dead arm.
2972 Expr *live = lhsExpr, *dead = rhsExpr;
2973 dead);
2975 // If the dead side doesn't have labels we need, just emit the Live part.
2976 if (!CGF.ContainsLabel(dead)) {