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