Lines Matching refs:stmt
56 gimple stmt;
62 stmt = gimple_build_call(track_function_decl, 0);
63 gimple_call = as_a_gcall(stmt);
78 static bool is_alloca(gimple stmt)
80 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA))
84 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA_WITH_ALIGN))
194 gimple stmt;
196 stmt = gsi_stmt(gsi);
199 if (is_gimple_call(stmt))
202 if (!is_alloca(stmt))