reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
719 SelectionDAG &DAG = CLI.DAG; 720 SDLoc &dl = CLI.DL; 721 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs; 722 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; 723 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; 724 SDValue Chain = CLI.Chain; 725 SDValue Callee = CLI.Callee; 726 bool &isTailCall = CLI.IsTailCall; 727 CallingConv::ID CallConv = CLI.CallConv; 728 bool isVarArg = CLI.IsVarArg; 830 PointerType *Ty = cast<PointerType>(CLI.getArgs()[0].Ty); 939 bool hasReturnsTwice = hasReturnsTwiceAttr(DAG, Callee, CLI.CS);