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

References

lib/Transforms/Utils/CallPromotionUtils.cpp
  371   cast<CallBase>(CS.getInstruction())->setCalledOperand(Callee);
  381   if (CS.getFunctionType() == Callee->getFunctionType())
  386   Type *CalleeRetTy = Callee->getReturnType();
  389   CS.mutateFunctionType(Callee->getFunctionType());
  394   auto CalleeType = Callee->getFunctionType();
  397   LLVMContext &Ctx = Callee->getContext();
  419         Type *NewTy = Callee->getParamByValType(ArgNo);