Searched refs:RelocationMap (Results 1 – 1 of 1) sorted by relevance
176 const auto &RelocationMap = Builder.FuncInfo.StatepointRelocationMaps in findPreviousSpillSlot() local179 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()180 if (It == RelocationMap.end()) in findPreviousSpillSlot()909 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT() local937 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()1224 auto &RelocationMap = in visitGCRelocate() local1226 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()1227 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()