Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h432 struct StatepointLoweringInfo { struct
435 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