Searched refs:AggregatedStmts (Results 1 – 1 of 1) sorted by relevance
1303 SmallVector<Stmt*, 16> AggregatedStmts; member in __anon436d6b690311::AssignmentMemcpyizer1317 AggregatedStmts.push_back(S); in emitAssignment()1325 if (AggregatedStmts.size() <= 1) { in emitAggregatedStmts()1326 if (!AggregatedStmts.empty()) { in emitAggregatedStmts()1328 CGF.EmitStmt(AggregatedStmts[0]); in emitAggregatedStmts()1334 AggregatedStmts.clear(); in emitAggregatedStmts()