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

Declarations

include/llvm/IR/Statepoint.h
   62 bool isGCRelocate(const CallBase *Call);

References

lib/IR/Statepoint.cpp
   42     return isGCRelocate(Call);
lib/Transforms/InstCombine/InstCombineCalls.cpp
 4101   if (isStatepoint(&Call) || isGCRelocate(&Call) || isGCResult(&Call))
lib/Transforms/Scalar/PlaceSafepoints.cpp
  191   return !(isStatepoint(Call) || isGCRelocate(Call) || isGCResult(Call));