Searched refs:LoopDef (Results 1 – 2 of 2) sorted by relevance
2191 MachineInstr *LoopDef = findDefInLoop(BaseReg); in applyInstrChange() local2192 int DefStageNum = Schedule.stageScheduled(getSUnit(LoopDef)); in applyInstrChange()2193 int DefCycleNum = Schedule.cycleScheduled(getSUnit(LoopDef)); in applyInstrChange()
1017 MachineInstr *LoopDef = findDefInLoop(RegAndOffset.first); in cloneAndChangeInstr() local1018 if (Schedule.getStage(LoopDef) > (signed)InstStageNum) in cloneAndChangeInstr()