Lines Matching defs:GCRelocateInst
1196 const SmallVectorImpl<GCRelocateInst *> &AllRelocateCalls,
1197 MapVector<GCRelocateInst *, SmallVector<GCRelocateInst *, 0>>
1202 MapVector<std::pair<unsigned, unsigned>, GCRelocateInst *> RelocateIdxMap;
1214 GCRelocateInst *I = Item.second;
1247 simplifyRelocatesOffABase(GCRelocateInst *RelocatedBase,
1248 const SmallVectorImpl<GCRelocateInst *> &Targets) {
1258 if (auto *RI = dyn_cast<GCRelocateInst>(R))
1266 for (GCRelocateInst *ToReplace : Targets) {
1365 SmallVector<GCRelocateInst *, 2> AllRelocateCalls;
1367 if (GCRelocateInst *Relocate = dyn_cast<GCRelocateInst>(U))
1378 MapVector<GCRelocateInst *, SmallVector<GCRelocateInst *, 0>> RelocateInstMap;