Searched defs:StatepointLoweringInfo (Results 1 – 1 of 1) sorted by relevance
578 struct StatepointLoweringInfo { struct581 SmallVector<const Value *, 16> Bases;582 SmallVector<const Value *, 16> Ptrs;585 SmallVector<const GCRelocateInst *, 16> GCRelocates;588 ArrayRef<const Use> GCArgs;591 const Instruction *StatepointInstr = nullptr;617 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument