Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp505 const Instruction *StatepointInstr = SI.StatepointInstr; in lowerStatepointMetaArgs() local
506 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr]; in lowerStatepointMetaArgs()
530 if (Relocate->getParent() != StatepointInstr->getParent()) in lowerStatepointMetaArgs()
550 if (Reloc->getParent() == SI.StatepointInstr->getParent()) in LowerAsSTATEPOINT()
559 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]); in LowerAsSTATEPOINT()
779 SI.StatepointInstr = ISP.getInstruction(); in LowerStatepoint()
DSelectionDAGBuilder.h738 const Instruction *StatepointInstr = nullptr; member