Searched refs:RelocationMap (Results 1 – 1 of 1) sorted by relevance
175 const auto &RelocationMap = Builder.FuncInfo.StatepointRelocationMaps in findPreviousSpillSlot() local178 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()179 if (It == RelocationMap.end()) in findPreviousSpillSlot()910 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT() local941 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()1228 auto &RelocationMap = in visitGCRelocate() local1230 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()1231 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()