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

References

lib/Transforms/Scalar/PlaceSafepoints.cpp
  184   if (callsGCLeafFunction(Call, TLI))
  186   if (auto *CI = dyn_cast<CallInst>(Call)) {
  191   return !(isStatepoint(Call) || isGCRelocate(Call) || isGCResult(Call));
  191   return !(isStatepoint(Call) || isGCRelocate(Call) || isGCResult(Call));
  191   return !(isStatepoint(Call) || isGCRelocate(Call) || isGCResult(Call));