Lines Matching refs:Def
159 unsigned Def; member
162 : MI(mi), Def(def), FI(fi) {} in CandidateInfo()
172 void HoistPostRA(MachineInstr *MI, unsigned Def);
430 unsigned Def = 0; in ProcessMI() local
480 if (Def) in ProcessMI()
483 Def = Reg; in ProcessMI()
501 if (Def && !RuledOut) { in ProcessMI()
505 Candidates.push_back(CandidateInfo(MI, Def, FI)); in ProcessMI()
581 unsigned Def = Candidates[i].Def; in HoistRegionPostRA() local
582 if (!PhysRegClobbers.test(Def) && !TermRegs.test(Def)) { in HoistRegionPostRA()
599 HoistPostRA(MI, Candidates[i].Def); in HoistRegionPostRA()
628 void MachineLICM::HoistPostRA(MachineInstr *MI, unsigned Def) { in HoistPostRA() argument
643 AddToLiveIns(Def); in HoistPostRA()