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

References

lib/Transforms/Scalar/SimplifyCFGPass.cpp
  243     Options.BonusInstThreshold = UserBonusInstThreshold.getNumOccurrences()
  247     Options.ForwardSwitchCondToPhi = UserForwardSwitchCond.getNumOccurrences()
  251     Options.ConvertSwitchToLookupTable = UserSwitchToLookup.getNumOccurrences()
  255     Options.NeedCanonicalLoop =
  258     Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences()
  267     Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
  269     return simplifyFunctionCFG(F, TTI, Options);