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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-math-opts.c106 struct occurrence { struct
118 /* Pointer to a list of "struct occurrence"s for blocks dominated
120 struct occurrence *children;
122 /* Pointer to the next "struct occurrence"s in the list of blocks
124 struct occurrence *next;
138 /* The instance of "struct occurrence" representing the highest
140 static struct occurrence *occ_head;
142 /* Allocation pool for getting instances of "struct occurrence". */
147 /* Allocate and return a new struct occurrence for basic block BB, and
149 static struct occurrence *
[all...]

Completed in 66 milliseconds