Searched refs:GCRelocates (Results 1 – 3 of 3) sorted by relevance
46 SmallVector<GCRelocateInst *, 20> GCRelocates; in runOnFunction() local52 GCRelocates.push_back(GCR); in runOnFunction()56 for (GCRelocateInst *GCRel : GCRelocates) { in runOnFunction()71 return !GCRelocates.empty(); in runOnFunction()
576 for (const GCRelocateInst *Relocate : SI.GCRelocates) { in lowerStatepointMetaArgs()617 for (auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT()626 removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.GCRelocates, *this, in LowerAsSTATEPOINT()629 SI.Ptrs.size() == SI.GCRelocates.size()); in LowerAsSTATEPOINT()841 SI.GCRelocates.push_back(Relocate); in LowerStatepoint()
757 SmallVector<const GCRelocateInst *, 16> GCRelocates; member