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.cpp175 const auto &RelocationMap = Builder.FuncInfo.StatepointRelocationMaps in findPreviousSpillSlot() local
178 auto It = RelocationMap.find(Relocate); in findPreviousSpillSlot()
179 if (It == RelocationMap.end()) in findPreviousSpillSlot()
910 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT() local
941 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()
1228 auto &RelocationMap = in visitGCRelocate() local
1230 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()
1231 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()