Home
last modified time | relevance | path

Searched refs:LoopDef (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2677 MachineInstr *LoopDef = findDefInLoop(BaseReg); in applyInstrChange() local
2678 int DefStageNum = Schedule.stageScheduled(getSUnit(LoopDef)); in applyInstrChange()
2679 int DefCycleNum = Schedule.cycleScheduled(getSUnit(LoopDef)); in applyInstrChange()
H A DModuloSchedule.cpp1019 MachineInstr *LoopDef = findDefInLoop(RegAndOffset.first); in cloneAndChangeInstr() local
1020 if (Schedule.getStage(LoopDef) > (signed)InstStageNum) in cloneAndChangeInstr()