Home
last modified time | relevance | path

Searched refs:GCRelocates (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp508 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs()
549 for (auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT()
558 removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.GCRelocates, *this, in LowerAsSTATEPOINT()
561 SI.Ptrs.size() == SI.GCRelocates.size()); in LowerAsSTATEPOINT()
773 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
DSelectionDAGBuilder.h732 SmallVector<const GCRelocateInst *, 16> GCRelocates; member