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

References

lib/Transforms/Scalar/PlaceSafepoints.cpp
  632   assert(F && "gc.safepoint_poll function is missing");
  633   assert(F->getValueType() ==
  636   assert(!F->empty() && "gc.safepoint_poll must be a non-empty function");
  637   CallInst *PollCall = CallInst::Create(F, "", InsertBefore);