Searched refs:GCRelocates (Results 1 – 2 of 2) sorted by relevance
508 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs()549 for (auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT()558 removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.GCRelocates, *this, in LowerAsSTATEPOINT()561 SI.Ptrs.size() == SI.GCRelocates.size()); in LowerAsSTATEPOINT()773 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
732 SmallVector<const GCRelocateInst *, 16> GCRelocates; member