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

References

lib/Transforms/Scalar/LoopDistribute.cpp
  777     if (Pred.getComplexity() > (IsForced.getValueOr(false)
  783     if (!IsForced.getValueOr(false) && hasDisableAllTransformsHint(L))
  897   const Optional<bool> &isForced() const { return IsForced; }
  949     IsForced = mdconst::extract<ConstantInt>(*Op)->getZExtValue();