reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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));