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

References

lib/Transforms/Scalar/LoopUnrollPass.cpp
 1457     Optional<bool> LocalAllowPeeling = UnrollOpts.AllowPeeling;
 1465         /*PreserveLCSSA*/ true, UnrollOpts.OptLevel, UnrollOpts.OnlyWhenForced,
 1465         /*PreserveLCSSA*/ true, UnrollOpts.OptLevel, UnrollOpts.OnlyWhenForced,
 1466         UnrollOpts.ForgetSCEV, /*Count*/ None,
 1467         /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime,
 1467         /*Threshold*/ None, UnrollOpts.AllowPartial, UnrollOpts.AllowRuntime,
 1468         UnrollOpts.AllowUpperBound, LocalAllowPeeling,
 1469         UnrollOpts.AllowProfileBasedPeeling, UnrollOpts.FullUnrollMaxCount);
 1469         UnrollOpts.AllowProfileBasedPeeling, UnrollOpts.FullUnrollMaxCount);