HomeSort by relevance Sort by last modified time
    Searched refs:ScaledReg (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 242 /// 1. BaseRegs.size > 1 implies ScaledReg != NULL and
243 /// 2. ScaledReg != NULL implies Scale != 1 || !BaseRegs.empty().
252 /// ScaledReg - The 'scaled' register for this use. This should be non-null
254 const SCEV *ScaledReg;
263 ScaledReg(nullptr), UnfoldedOffset(0) {}
370 if (ScaledReg)
377 /// Every formula having more than one base register, must use the ScaledReg
387 // Keep the invariant sum in BaseRegs and one of the variant sum in ScaledReg.
388 ScaledReg = BaseRegs.back();
393 // If ScaledReg is an invariant, try to find a variant expression
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 102 milliseconds