Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp391 int LoopValStage = Schedule.getStage(MRI.getVRegDef(LoopVal)); in generateExistingPhis() local
407 if (!InKernel && (int)PrologStage <= LoopValStage) in generateExistingPhis()
408 MaxPhis = std::max((int)MaxPhis - (int)LoopValStage, 1); in generateExistingPhis()
412 unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled; in generateExistingPhis()
424 if (InKernel && LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()
425 StageDiff = StageScheduled - LoopValStage; in generateExistingPhis()
475 if (LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()
476 StageDiffAdj = StageScheduled - LoopValStage; in generateExistingPhis()
480 (StageScheduled != 0 || LoopValStage != 0) && in generateExistingPhis()
496 (LoopValStage == StageScheduled))) in generateExistingPhis()
[all …]