Searched refs:LoopDef (Results 1 – 2 of 2) sorted by relevance
1012 MachineInstr *LoopDef = findDefInLoop(RegAndOffset.first); in cloneAndChangeInstr() local1013 if (Schedule.getStage(LoopDef) > (signed)InstStageNum) in cloneAndChangeInstr()
2621 MachineInstr *LoopDef = findDefInLoop(BaseReg); in applyInstrChange() local2622 int DefStageNum = Schedule.stageScheduled(getSUnit(LoopDef)); in applyInstrChange()2623 int DefCycleNum = Schedule.cycleScheduled(getSUnit(LoopDef)); in applyInstrChange()