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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  177       if (F.isDeclaration() || F.empty())
  177       if (F.isDeclaration() || F.empty())
  182       if (!shouldRewriteStatepointsIn(F))
  186           getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
  188           getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
  189       auto &DT = getAnalysis<DominatorTreeWrapperPass>(F).getDomTree();
  191       Changed |= Impl.runOnFunction(F, DT, TTI, TLI);