Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DStripGCRelocates.cpp28 SmallVector<GCRelocateInst *, 20> GCRelocates; in stripGCRelocates() local
34 GCRelocates.push_back(GCR); in stripGCRelocates()
38 for (GCRelocateInst *GCRel : GCRelocates) { in stripGCRelocates()
53 return !GCRelocates.empty(); in stripGCRelocates()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp553 for (const auto *Relocate : SI.GCRelocates) in lowerStatepointMetaArgs()
724 for (const auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT()
872 for (const auto *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT()
910 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT()
1065 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
H A DSelectionDAGBuilder.h440 SmallVector<const GCRelocateInst *, 16> GCRelocates; member