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))
83 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA_WITH_ALIGN))
192 gimple stmt;
194 stmt = gsi_stmt(gsi);
197 if (is_gimple_call(stmt))
200 if (!is_alloca(stmt))