Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp168 const auto &RelocationMap = in findPreviousSpillSlot() local
171 auto It = RelocationMap.find(Relocate->getDerivedPtr()); in findPreviousSpillSlot()
172 if (It == RelocationMap.end()) in findPreviousSpillSlot()
912 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT() local
935 RelocationMap[V] = Record; in LowerAsSTATEPOINT()
1193 auto &RelocationMap = in visitGCRelocate() local
1195 auto SlotIt = RelocationMap.find(DerivedPtr); in visitGCRelocate()
1196 assert(SlotIt != RelocationMap.end() && "Relocating not lowered gc value"); in visitGCRelocate()