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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-uncprop.c85 then it might create a useful equivalence. */
120 can record an equivalence for OP0 rather than COND. */
186 /* ??? TRUTH_NOT_EXPR can create an equivalence too. */
191 target block creates an equivalence. */
284 have an equivalence for the PHI argument. If so, then we replace
304 /* Value to ssa name equivalence hashtable helpers. */
352 record_equiv (tree value, tree equivalence) argument
354 val_ssa_equiv->get_or_insert (value).safe_push (equivalence);
398 /* For each successor edge, first temporarily record any equivalence
400 destination of the edge. Then remove the temporary equivalence
[all...]
H A Dira.c2667 /* It is possible that FROM_REGNO still has no equivalence because
2682 equivalence is just to say what memory is better to use
2945 struct equivalence
2955 NULL indicates we know nothing about this register's equivalence
2959 known to not have a valid equivalence. */
2970 /* Set if this register has no known equivalence. */
2974 /* reg_equiv[N] (where N is a pseudo reg number) is the equivalence
2976 static struct equivalence *reg_equiv;
3014 valid equivalence. */
3037 auto-increment, we lose the equivalence
2924 struct equivalence struct
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstb.c207 equivalence; member in union:ffestb_local_u_
6253 ffestb_local_.equivalence.started = FALSE;
6282 ffestb_local_.equivalence.exprs = ffestt_exprlist_create ();
6283 ffestt_exprlist_append (ffestb_local_.equivalence.exprs, expr,
6294 if (ffestb_local_.equivalence.started)
6315 ffestt_exprlist_append (ffestb_local_.equivalence.exprs, expr,
6324 ffestt_exprlist_append (ffestb_local_.equivalence.exprs, expr,
6333 if (ffestb_local_.equivalence.started)
6335 ffestt_exprlist_kill (ffestb_local_.equivalence.exprs);
6354 if (!ffestb_local_.equivalence
[all...]

Completed in 137 milliseconds