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

References

lib/Transforms/Scalar/PlaceSafepoints.cpp
  464   if (F.isDeclaration() || F.empty()) {
  464   if (F.isDeclaration() || F.empty()) {
  470   if (isGCSafepointPoll(F)) {
  477   if (!shouldRewriteFunction(F))
  481       getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(F);
  489   Modified |= removeUnreachableBlocks(F);
  496   DT.recalculate(F);
  501   if (enableBackedgeSafepoints(F)) {
  506     legacy::FunctionPassManager FPM(F.getParent());
  507     bool CanAssumeCallSafepoints = enableCallSafepoints(F);
  510     FPM.run(F);
  514     DT.recalculate(F);
  575   if (enableEntrySafepoints(F)) {
  576     if (Instruction *Location = findLocationForEntrySafepoint(F, DT)) {