Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:dead

2548   // the condition and the dead arm.
2551 Expr *live = lhsExpr, *dead = rhsExpr;
2552 if (!CondExprBool) std::swap(live, dead);
2554 // If the dead side doesn't have labels we need, just emit the Live part.
2555 if (!CGF.ContainsLabel(dead)) {