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

/freebsd-10-stable/contrib/groff/font/devps/generate/
H A Dtextmap179 equivalence ==
/freebsd-10-stable/contrib/groff/font/devps/
H A Dsymbolmap182 equivalence ==
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-uncprop.c66 then it might create a useful equivalence. */
116 can record an equivalence for OP0 rather than COND. */
182 /* ??? TRUTH_NOT_EXPR can create an equivalence too. */
187 target block creates an equivalence. */
280 have an equivalence for the PHI argument. If so, then we replace
362 record_equiv (tree value, tree equivalence) argument
380 VEC_safe_push (tree, heap, equiv_hash_elt->equivalences, equivalence);
474 /* For each successor edge, first temporarily record any equivalence
476 destination of the edge. Then remove the temporary equivalence. */
518 /* Walk every equivalence wit
[all...]
H A Dlocal-alloc.c251 struct equivalence
280 /* reg_equiv[N] (where N is a pseudo reg number) is the equivalence
283 static struct equivalence *reg_equiv;
285 /* Nonzero if we recorded an equivalence for a LABEL_REF. */
492 valid equivalence. */
511 auto-increment, we lose the equivalence. Do the same if one
808 reg_equiv = XCNEWVEC (struct equivalence, max_regno);
841 only mark all destinations as having no known equivalence. */
862 /* See if this is setting up the equivalence between an argument
944 more and the equivalence valu
250 struct equivalence struct
[all...]

Completed in 116 milliseconds