Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DStripGCRelocates.cpp30 SmallVector<GCRelocateInst *, 20> GCRelocates; in stripGCRelocates() local
36 GCRelocates.push_back(GCR); in stripGCRelocates()
40 for (GCRelocateInst *GCRel : GCRelocates) { in stripGCRelocates()
55 return !GCRelocates.empty(); in stripGCRelocates()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp581 for (const auto *Relocate : SI.GCRelocates) in lowerStatepointMetaArgs()
749 for (const auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT()
898 for (const auto *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT()
936 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT()
1085 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
H A DSelectionDAGBuilder.h388 SmallVector<const GCRelocateInst *, 16> GCRelocates; member