Home
last modified time | relevance | path

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

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-sra.c1164 decide_instantiation_1 (struct sra_elt *elt, unsigned int parent_uses, in decide_instantiation_1() argument
1181 if (elt->n_uses + elt->n_copies + parent_copies > parent_uses) in decide_instantiation_1()
1187 unsigned int this_uses = elt->n_uses + parent_uses; in decide_instantiation_1()