Searched defs:StatepointLoweringInfo (Results 1 – 2 of 2) sorted by relevance
750 struct StatepointLoweringInfo { struct753 SmallVector<const Value *, 16> Bases;754 SmallVector<const Value *, 16> Ptrs;757 SmallVector<const GCRelocateInst *, 16> GCRelocates;760 ArrayRef<const Use> GCArgs;763 const Instruction *StatepointInstr = nullptr;789 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() argument