Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp404 int LoopValStage = Schedule.getStage(MRI.getVRegDef(LoopVal)); in generateExistingPhis() local
420 if (!InKernel && (int)PrologStage <= LoopValStage) in generateExistingPhis()
421 MaxPhis = std::max((int)MaxPhis - (int)LoopValStage, 1); in generateExistingPhis()
425 unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled; in generateExistingPhis()
432 if (!InKernel && StageScheduled >= LoopValStage && AccessStage == 0 && in generateExistingPhis()
437 if (InKernel && LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()
438 StageDiff = StageScheduled - LoopValStage; in generateExistingPhis()
488 if (LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()
489 StageDiffAdj = StageScheduled - LoopValStage; in generateExistingPhis()
493 (StageScheduled != 0 || LoopValStage != 0) && in generateExistingPhis()
[all …]