Home
last modified time | relevance | path

Searched defs:StatepointLoweringInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h578 struct StatepointLoweringInfo { struct
581 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