Searched refs:LoopDef (Results 1 – 1 of 1) sorted by relevance
2756 MachineInstr *LoopDef = findDefInLoop(RegAndOffset.first); in cloneAndChangeInstr() local2757 if (Schedule.stageScheduled(getSUnit(LoopDef)) > (signed)InstStageNum) in cloneAndChangeInstr()3015 MachineInstr *LoopDef = findDefInLoop(BaseReg); in applyInstrChange() local3016 int DefStageNum = Schedule.stageScheduled(getSUnit(LoopDef)); in applyInstrChange()3017 int DefCycleNum = Schedule.cycleScheduled(getSUnit(LoopDef)); in applyInstrChange()3090 MachineInstr *LoopDef = MRI.getVRegDef(LoopVal); in isLoopCarriedDep() local3092 if (!LoopDef || !TII->getIncrementValue(*LoopDef, D)) in isLoopCarriedDep()