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

/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c251 static hash_map<tree, size_t> *decl_to_stack_part; variable
340 if (!decl_to_stack_part)
341 decl_to_stack_part = new hash_map<tree, size_t>;
344 decl_to_stack_part->put (decl, stack_vars_num);
416 size_t *v = decl_to_stack_part->get (op);
436 size_t *v = decl_to_stack_part->get (op);
487 && (v = decl_to_stack_part->get (lhs)))
1605 decl_to_stack_part = new hash_map<tree, size_t>;
1624 delete decl_to_stack_part; local
1625 decl_to_stack_part
[all...]

Completed in 95 milliseconds