Lines Matching defs:combined
87 4) The chains are combined together if possible. If the corresponding
88 elements of two chains are always combined together with the same
302 has_max_use_after (false), all_always_accessed (false), combined (false),
309 combined, and the type of the result. */
342 /* True if this chain was combined together with some other chain. */
343 unsigned combined : 1;
518 /* Checks whether R1 and R2 are combined together using CODE, with the
525 they are combined in a single statement, and returns this statement. */
606 chain->combined ? " (combined)" : "");
2184 gcc_assert (!chain->combined);
2325 if (chain->combined)
2327 /* For combined chains, just remove the statements that are used to
2383 /* For non-combined chains, set up the variables that hold its value. */
2418 if (chain->combined)
2420 /* For combined chains, we can't handle unrolling if we replace
2465 else if (chain->combined)
2467 /* For combined chains, just remove the statements that are used to
2617 /* Returns true if CHAIN is suitable to be combined. */
2622 return (!chain->combined
2746 /* Checks whether R1 and R2 are combined together using CODE, with the result
2817 are combined in a single statement, and returns this statement. */
2970 ch1->combined = true;
2971 ch2->combined = true;
3053 /* Re-association in combined chains may generate statements different to
3055 of combined chain in dominance order so that all uses will be inserted
3057 A) This is necessary for all combined chains.
3061 We first update position information for all combined chains. */
3065 if (ch1->type != CT_COMBINATION || ch1->combined)
3076 if (ch1->type != CT_COMBINATION && !ch1->combined)
3092 if (ch1->combined)
3096 combined stmt must dominates others. */
3102 /* Check if there is use at max distance after root for combined chains