Home
last modified time | relevance | path

Searched refs:cost_vector_pool (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-build.cc1615 static pool_allocator *cost_vector_pool[N_REG_CLASSES]; variable
1628 cost_vector_pool[aclass] = new pool_allocator in initiate_cost_vectors()
1637 return (int*) cost_vector_pool[(int) aclass]->allocate (); in ira_allocate_cost_vector()
1645 cost_vector_pool[(int) aclass]->remove (vec); in ira_free_cost_vector()
1659 delete cost_vector_pool[aclass]; in finish_cost_vectors()