Searched defs:StatepointLoweringInfo (Results 1 – 1 of 1) sorted by relevance
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