Searched refs:oballoc (Results 1 – 4 of 4) sorted by relevance
281 #define oballoc(size) obstack_alloc (hash_obstack, size) macro1292 av = oballoc (sizeof (struct attr_value)); in get_attr_value()1435 ie = oballoc (sizeof (struct insn_ent)); in fill_attr()1566 new_ie = oballoc (sizeof (struct insn_ent)); in make_length_attrs()2930 av = oballoc (sizeof (struct attr_value)); in gen_attr()3074 id = oballoc (sizeof (struct insn_def)); in gen_insn()3138 delay = oballoc (sizeof (struct delay_desc)); in gen_delay()4215 attr = oballoc (sizeof (struct attr_desc)); in find_attr()4395 b = oballoc (sizeof (struct bypass_list)); in gen_bypass_1()4601 insn_alternatives = oballoc (insn_code_number * sizeof (int)); in main()[all …]
6239 (caller-save.c): Don't call oballoc/obfree.6242 (try_combine): Don't call oballoc.6245 oballoc.6296 Don't call oballoc/obfree.6317 (check_insns_for_bivs): Use xmalloc, not oballoc.6325 oballoc/obfree.6341 * rtl.h (oballoc): Remove.6354 (epxand_label): Use ggc_alloc, not oballoc.6360 (add_case_node): Use xmalloc, not oballoc.6409 (oballoc): Likewise.[all …]
14365 (output_fpop): Use xmalloc, not oballoc.28034 (output_prologue): Use xmalloc not oballoc.
10132 * loop.c (oballoc): Remove declaration.