Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DStripGCRelocates.cpp46 SmallVector<GCRelocateInst *, 20> GCRelocates; in runOnFunction() local
52 GCRelocates.push_back(GCR); in runOnFunction()
56 for (GCRelocateInst *GCRel : GCRelocates) { in runOnFunction()
71 return !GCRelocates.empty(); in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp576 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs()
617 for (auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT()
626 removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.GCRelocates, *this, in LowerAsSTATEPOINT()
629 SI.Ptrs.size() == SI.GCRelocates.size()); in LowerAsSTATEPOINT()
841 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
H A DSelectionDAGBuilder.h757 SmallVector<const GCRelocateInst *, 16> GCRelocates; member