Searched refs:LoopDef (Results 1 – 2 of 2) sorted by relevance
3239 MachineInstr *LoopDef = findDefInLoop(RegAndOffset.first); in cloneAndChangeInstr() local3240 if (Schedule.stageScheduled(getSUnit(LoopDef)) > (signed)InstStageNum) in cloneAndChangeInstr()3498 MachineInstr *LoopDef = findDefInLoop(BaseReg); in applyInstrChange() local3499 int DefStageNum = Schedule.stageScheduled(getSUnit(LoopDef)); in applyInstrChange()3500 int DefCycleNum = Schedule.cycleScheduled(getSUnit(LoopDef)); in applyInstrChange()3573 MachineInstr *LoopDef = MRI.getVRegDef(LoopVal); in isLoopCarriedDep() local3575 if (!LoopDef || !TII->getIncrementValue(*LoopDef, D)) in isLoopCarriedDep()
3114 MachineInstr *LoopDef = findDefInLoop(RegAndOffset.first); in cloneAndChangeInstr() local3115 if (Schedule.stageScheduled(getSUnit(LoopDef)) > (signed)InstStageNum) in cloneAndChangeInstr()3371 MachineInstr *LoopDef = findDefInLoop(BaseReg); in applyInstrChange() local3372 int DefStageNum = Schedule.stageScheduled(getSUnit(LoopDef)); in applyInstrChange()3373 int DefCycleNum = Schedule.cycleScheduled(getSUnit(LoopDef)); in applyInstrChange()