Searched refs:StatepointInstr (Results 1 – 2 of 2) 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