Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Try

406   size_t Try = 0;
407 // If ScaledReg is an invariant, try to find a variant expression.
408 while (Try < BaseRegsSize && !isa<SCEVAddRecExpr>(ScaledReg))
409 std::swap(ScaledReg, BaseRegs[Try++]);
1801 /// If IV is used in a int-to-float cast inside the loop then try to eliminate
3553 // Try to unscale the formula to generate a better scale.
3596 // Base. In that case, do not try to insert the formula, it will be
3663 /// Look for registers which are a constant distance apart and try to form reuse
4260 // clear ReqRegs and try again. Currently, we simply give up in this case.