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

Declarations

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  125 static bool shouldRewriteStatepointsIn(Function &F);

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  138     if (!shouldRewriteStatepointsIn(F))
  182       if (!shouldRewriteStatepointsIn(F))
 2506   assert(llvm::any_of(M, shouldRewriteStatepointsIn) && "precondition!");
 2521   assert(shouldRewriteStatepointsIn(F) && "mismatch in rewrite decision");