Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp127 Builder.FuncInfo.StatepointSpillMaps[Relocate->getStatepoint()]; in findPreviousSpillSlot()
506 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr]; in lowerStatepointMetaArgs()
559 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]); in LowerAsSTATEPOINT()
907 auto &SpillMap = FuncInfo.StatepointSpillMaps[Relocate.getStatepoint()]; in visitGCRelocate()
DFunctionLoweringInfo.cpp359 StatepointSpillMaps.clear(); in clear()
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h143 DenseMap<const Instruction *, StatepointSpillMap> StatepointSpillMaps; variable