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

/haiku-buildtools/gcc/gcc/
H A Dira-costs.c196 static hash_table<cost_classes_hasher> *cost_classes_htab;
242 cost_classes_htab = new hash_table<cost_classes_hasher> (200);
342 cost_classes **slot = cost_classes_htab->find_slot (&narrow, INSERT);
398 slot = cost_classes_htab->find_slot (&classes, INSERT);
449 delete cost_classes_htab;
450 cost_classes_htab = NULL;
195 static hash_table<cost_classes_hasher> *cost_classes_htab; variable
448 delete cost_classes_htab; local

Completed in 39 milliseconds