Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h128 DenseMap<const Instruction *, StatepointSpillMapTy> StatepointRelocationMaps; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp176 const auto &RelocationMap = Builder.FuncInfo.StatepointRelocationMaps in findPreviousSpillSlot()
909 auto &RelocationMap = FuncInfo.StatepointRelocationMaps[StatepointInstr]; in LowerAsSTATEPOINT()
1225 FuncInfo.StatepointRelocationMaps[cast<GCStatepointInst>(Statepoint)]; in visitGCRelocate()
H A DFunctionLoweringInfo.cpp364 StatepointRelocationMaps.clear(); in clear()