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

References

lib/Transforms/Scalar/SimplifyCFGPass.cpp
  264     if (skipFunction(F) || (PredicateFtor && !PredicateFtor(F)))
  264     if (skipFunction(F) || (PredicateFtor && !PredicateFtor(F)))
  267     Options.AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F);
  268     auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
  269     return simplifyFunctionCFG(F, TTI, Options);