Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DStripGCRelocates.cpp32 SmallVector<GCRelocateInst *, 20> GCRelocates; in stripGCRelocates() local
38 GCRelocates.push_back(GCR); in stripGCRelocates()
42 for (GCRelocateInst *GCRel : GCRelocates) { in stripGCRelocates()
57 return !GCRelocates.empty(); in stripGCRelocates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp570 for (auto *Relocate : SI.GCRelocates) in lowerStatepointMetaArgs()
738 for (auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT()
886 for (const auto *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT()
913 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT()
1039 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
H A DSelectionDAGBuilder.h585 SmallVector<const GCRelocateInst *, 16> GCRelocates; member