Searched refs:StatepointInstr (Results 1 – 2 of 2) sorted by relevance
573 const Instruction *StatepointInstr = SI.StatepointInstr; in lowerStatepointMetaArgs() local574 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr]; in lowerStatepointMetaArgs()598 if (Relocate->getParent() != StatepointInstr->getParent()) in lowerStatepointMetaArgs()618 if (Reloc->getParent() == SI.StatepointInstr->getParent()) in LowerAsSTATEPOINT()627 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]); in LowerAsSTATEPOINT()847 SI.StatepointInstr = ISP.getInstruction(); in LowerStatepoint()
763 const Instruction *StatepointInstr = nullptr; member