Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LastStmt

212     const Stmt *LastStmt = S.body_back();
213 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) {
215 LastStmt = LS->getSubStmt();
220 RV = EmitAnyExpr(cast<Expr>(LastStmt), AggSlot);