Searched defs:StatepointLoweringInfo (Results 1 – 3 of 3) sorted by relevance
583 struct StatepointLoweringInfo { struct586 SmallVector<const Value *, 16> Bases;587 SmallVector<const Value *, 16> Ptrs;590 SmallVector<const GCRelocateInst *, 16> GCRelocates;593 ArrayRef<const Use> GCArgs;596 const Instruction *StatepointInstr = nullptr;622 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument
574 struct StatepointLoweringInfo { struct577 SmallVector<const Value *, 16> Bases;578 SmallVector<const Value *, 16> Ptrs;581 SmallVector<const GCRelocateInst *, 16> GCRelocates;584 ArrayRef<const Use> GCArgs;587 const Instruction *StatepointInstr = nullptr;613 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument
725 struct StatepointLoweringInfo { struct728 SmallVector<const Value *, 16> Bases;729 SmallVector<const Value *, 16> Ptrs;732 SmallVector<const GCRelocateInst *, 16> GCRelocates;735 ArrayRef<const Use> GCArgs;738 const Instruction *StatepointInstr = nullptr;764 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() function