Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
906 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT() local
934 RelocationMap[Relocate] = Record; in LowerAsSTATEPOINT()
1216 auto &RelocationMap = in visitGCRelocate() local
1218 auto SlotIt = RelocationMap.find(&Relocate); in visitGCRelocate()
1219 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()