reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
79 StatepointCall = isStatepoint(I) ? cast<CallBaseTy>(I) : nullptr; 83 StatepointCall = isStatepoint(Call) ? Call : nullptr; 103 return (bool)StatepointCall; 109 return StatepointCall; 414 for (const User *U : StatepointCall->users()) 418 auto *StatepointInvoke = dyn_cast<InvokeInst>(StatepointCall);