Searched refs:StatepointInstr (Results 1 – 4 of 4) sorted by relevance
505 const Instruction *StatepointInstr = SI.StatepointInstr; in lowerStatepointMetaArgs() local506 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()
738 const Instruction *StatepointInstr = nullptr; member
564 const Instruction *StatepointInstr = SI.StatepointInstr; in lowerStatepointMetaArgs() local565 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr]; in lowerStatepointMetaArgs()589 if (Relocate->getParent() != StatepointInstr->getParent()) in lowerStatepointMetaArgs()609 if (Reloc->getParent() == SI.StatepointInstr->getParent()) in LowerAsSTATEPOINT()618 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]); in LowerAsSTATEPOINT()838 SI.StatepointInstr = ISP.getInstruction(); in LowerStatepoint()
763 const Instruction *StatepointInstr = nullptr; member