Searched refs:LoopValStage (Results 1 – 1 of 1) sorted by relevance
2507 int LoopValStage = in generateExistingPhis() local2522 if (!InKernel && (int)PrologStage < LoopValStage) in generateExistingPhis()2526 NumPhis = std::max((int)NumPhis - (int)(LoopValStage - PrologStage), 1); in generateExistingPhis()2533 unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled; in generateExistingPhis()2540 if (!InKernel && StageScheduled >= LoopValStage && AccessStage == 0 && in generateExistingPhis()2545 if (InKernel && LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()2546 StageDiff = StageScheduled - LoopValStage; in generateExistingPhis()2596 if (LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()2597 StageDiffAdj = StageScheduled - LoopValStage; in generateExistingPhis()2601 (StageScheduled != 0 || LoopValStage != 0) && in generateExistingPhis()[all …]