Searched refs:LoopValStage (Results 1 – 1 of 1) sorted by relevance
397 int LoopValStage = Schedule.getStage(MRI.getVRegDef(LoopVal)); in generateExistingPhis() local413 if (!InKernel && (int)PrologStage <= LoopValStage) in generateExistingPhis()414 MaxPhis = std::max((int)MaxPhis - (int)LoopValStage, 1); in generateExistingPhis()418 unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled; in generateExistingPhis()430 if (InKernel && LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()431 StageDiff = StageScheduled - LoopValStage; in generateExistingPhis()481 if (LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()482 StageDiffAdj = StageScheduled - LoopValStage; in generateExistingPhis()486 (StageScheduled != 0 || LoopValStage != 0) && in generateExistingPhis()502 (LoopValStage == StageScheduled))) in generateExistingPhis()[all …]