Searched refs:LoopValStage (Results 1 – 2 of 2) 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 …]
2629 int LoopValStage = in generateExistingPhis() local2646 if (!InKernel && (int)PrologStage <= LoopValStage) in generateExistingPhis()2647 MaxPhis = std::max((int)MaxPhis - (int)LoopValStage, 1); in generateExistingPhis()2651 unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled; in generateExistingPhis()2658 if (!InKernel && StageScheduled >= LoopValStage && AccessStage == 0 && in generateExistingPhis()2663 if (InKernel && LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()2664 StageDiff = StageScheduled - LoopValStage; in generateExistingPhis()2714 if (LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()2715 StageDiffAdj = StageScheduled - LoopValStage; in generateExistingPhis()2719 (StageScheduled != 0 || LoopValStage != 0) && in generateExistingPhis()[all …]