Searched refs:GCRelocates (Results 1 – 3 of 3) sorted by relevance
30 SmallVector<GCRelocateInst *, 20> GCRelocates; in stripGCRelocates() local36 GCRelocates.push_back(GCR); in stripGCRelocates()40 for (GCRelocateInst *GCRel : GCRelocates) { in stripGCRelocates()55 return !GCRelocates.empty(); in stripGCRelocates()
551 for (const auto *Relocate : SI.GCRelocates) in lowerStatepointMetaArgs()721 for (const auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT()869 for (const auto *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT()907 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in LowerAsSTATEPOINT()1056 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
440 SmallVector<const GCRelocateInst *, 16> GCRelocates; member