HomeSort by: relevance | last modified time | path
    Searched defs:cost_vector_pool (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-build.cc 1624 static pool_allocator *cost_vector_pool[N_REG_CLASSES];
1637 cost_vector_pool[aclass] = new pool_allocator
1646 return (int*) cost_vector_pool[(int) aclass]->allocate ();
1654 cost_vector_pool[(int) aclass]->remove (vec);
1668 delete cost_vector_pool[aclass];
1617 static pool_allocator *cost_vector_pool[N_REG_CLASSES]; variable
  /src/external/gpl3/gcc.old/dist/gcc/
ira-build.cc 1622 static pool_allocator *cost_vector_pool[N_REG_CLASSES];
1635 cost_vector_pool[aclass] = new pool_allocator
1644 return (int*) cost_vector_pool[(int) aclass]->allocate ();
1652 cost_vector_pool[(int) aclass]->remove (vec);
1666 delete cost_vector_pool[aclass];
1615 static pool_allocator *cost_vector_pool[N_REG_CLASSES]; variable

Completed in 32 milliseconds