Searched refs:RelocationMap (Results 1 – 1 of 1) sorted by relevance
168 const auto &RelocationMap = in findPreviousSpillSlot() local171 auto It = RelocationMap.find(Relocate->getDerivedPtr()); in findPreviousSpillSlot()172 if (It == RelocationMap.end()) in findPreviousSpillSlot()912 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT() local935 RelocationMap[V] = Record; in LowerAsSTATEPOINT()1193 auto &RelocationMap = in visitGCRelocate() local1195 auto SlotIt = RelocationMap.find(DerivedPtr); in visitGCRelocate()1196 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()