Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h120 DenseMap<const Instruction *, StatepointSpillMapTy> StatepointRelocationMaps; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp169 Builder.FuncInfo.StatepointRelocationMaps[Relocate->getStatepoint()]; in findPreviousSpillSlot()
912 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT()
1194 FuncInfo.StatepointRelocationMaps[Relocate.getStatepoint()]; in visitGCRelocate()
H A DFunctionLoweringInfo.cpp369 StatepointRelocationMaps.clear(); in clear()