Searched refs:RelocationMap (Results 1 – 1 of 1) sorted by relevance
178 const auto &RelocationMap = Builder.FuncInfo.StatepointRelocationMaps in findPreviousSpillSlot() local181 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()182 if (It == RelocationMap.end()) in findPreviousSpillSlot()935 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT() local963 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()1249 auto &RelocationMap = in visitGCRelocate() local1251 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()1252 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()