reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
62 bool isGCRelocate(const CallBase *Call);
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));