Searched defs:StatepointLoweringInfo (Results 1 – 1 of 1) sorted by relevance
432 struct StatepointLoweringInfo { struct435 SmallVector<const Value *, 16> Bases;436 SmallVector<const Value *, 16> Ptrs;439 SmallVector<const GCRelocateInst *, 16> GCRelocates;442 ArrayRef<const Use> GCLives;445 const Instruction *StatepointInstr = nullptr;471 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument