Home
last modified time | relevance | path

Searched refs:RelocationMap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp176 const auto &RelocationMap = Builder.FuncInfo.StatepointRelocationMaps in findPreviousSpillSlot() local
179 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()
180 if (It == RelocationMap.end()) in findPreviousSpillSlot()
909 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT() local
937 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()
1224 auto &RelocationMap = in visitGCRelocate() local
1226 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()
1227 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()