Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp399 int LoopValStage = Schedule.getStage(MRI.getVRegDef(LoopVal)); in generateExistingPhis() local
415 if (!InKernel && (int)PrologStage <= LoopValStage) in generateExistingPhis()
416 MaxPhis = std::max((int)MaxPhis - (int)LoopValStage, 1); in generateExistingPhis()
420 unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled; in generateExistingPhis()
427 if (!InKernel && StageScheduled >= LoopValStage && AccessStage == 0 && in generateExistingPhis()
432 if (InKernel && LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()
433 StageDiff = StageScheduled - LoopValStage; in generateExistingPhis()
483 if (LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()
484 StageDiffAdj = StageScheduled - LoopValStage; in generateExistingPhis()
488 (StageScheduled != 0 || LoopValStage != 0) && in generateExistingPhis()
[all …]