Searched defs:StatepointLoweringInfo (Results 1 – 1 of 1) sorted by relevance
433 struct StatepointLoweringInfo { struct436 SmallVector<const Value *, 16> Bases;437 SmallVector<const Value *, 16> Ptrs;440 SmallVector<const GCRelocateInst *, 16> GCRelocates;443 ArrayRef<const Use> GCArgs;446 const Instruction *StatepointInstr = nullptr;472 explicit StatepointLoweringInfo(SelectionDAG &DAG) : CLI(DAG) {} in StatepointLoweringInfo() argument