reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/Scalar/LoopPredication.cpp
  279   Value *expandCheck(SCEVExpander &Expander, Instruction *Guard,

References

lib/Transforms/Scalar/LoopPredication.cpp
  593       expandCheck(Expander, Guard, LimitCheckPred, LatchLimit, RHS);
  594   auto *FirstIterationCheck = expandCheck(Expander, Guard, RangeCheck.Pred,
  639   auto *FirstIterationCheck = expandCheck(Expander, Guard,
  642   auto *LimitCheck = expandCheck(Expander, Guard, LimitCheckPred, LatchLimit,