Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h433 struct StatepointLoweringInfo { struct
436 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