Searched refs:var_pool (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvar-tracking.c263 static alloc_pool var_pool; variable
625 pool_free (var_pool, var);
728 new_var = pool_alloc (var_pool);
1866 empty_var = pool_alloc (var_pool);
1913 var = pool_alloc (var_pool);
2266 pool_free (var_pool, var);
2305 empty_var = pool_alloc (var_pool);
2670 var_pool = create_alloc_pool ("variable_def pool",
2699 free_alloc_pool (var_pool);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c372 static alloc_pool var_pool; variable
1132 return dv_onepart_p (dv) ? valvar_pool : var_pool;
8235 var_pool = create_alloc_pool ("variable_def pool",
8506 free_alloc_pool (var_pool);

Completed in 124 milliseconds