Lines Matching defs:Any
431 // Handle the trivial case, which works for any SCEV type.
624 /// DeleteTriviallyDeadInstructions - If any of the instructions is the
625 /// specified set are trivially dead, delete them and see if this makes any of
994 /// WidestFixupType - This records the widest use type for any fixup using
1774 // Without TLI, assume that any stride might be valid, and so any
1889 // Basic uses can't accept any offset, for example.
1964 // there aren't going to be any others. Since we declined it, we
2657 // Group the registers by their value without any added constant offset.
2875 bool Any = false;
2917 Any = true;
2923 if (Any)
2974 bool Any = false;
2992 Any = true;
3008 Any = true;
3015 if (Any)
3075 bool Any = false;
3086 Any = true;
3089 if (Any)
3127 /// to be profitable, and then in any use which has any reference to that
3162 // In any use with formulae which references this register, delete formulae
3168 bool Any = false;
3176 Any = true;
3182 if (Any)
3221 // If this use references any register that's already a part of the
3239 // Ignore formulae which do not use any of the required registers.
3379 // expanding replacement. These must be dominated by any operands that
3394 // The expansion must also be dominated by the increment positions of any
3715 // Clean up after ourselves. This must be done before deleting any
3906 // At this point, it is worth checking to see if any recurrence PHIs are also