Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h725 struct StatepointLoweringInfo { struct
728 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