Searched refs:gimple_seq_cache (Results 1 – 1 of 1) sorted by relevance
101 static GTY ((deletable)) struct gimple_seq_d *gimple_seq_cache; variable1211 gimple_seq seq = gimple_seq_cache; in gimple_seq_alloc()1214 gimple_seq_cache = gimple_seq_cache->next_free; in gimple_seq_alloc()1215 gcc_assert (gimple_seq_cache != seq); in gimple_seq_alloc()1243 gcc_assert (seq != gimple_seq_cache || gimple_seq_cache == NULL); in gimple_seq_free()1246 seq->next_free = gimple_seq_cache; in gimple_seq_free()1247 gimple_seq_cache = seq; in gimple_seq_free()