Lines Matching refs:NumPhis
2159 unsigned NumPhis = std::min(NumStages, MaxPhis); in generateExistingPhis() local
2170 NumPhis == 1) in generateExistingPhis()
2176 for (unsigned np = 0; np < NumPhis; ++np) { in generateExistingPhis()
2277 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
2317 if (IsLast && np == NumPhis - 1) in generateExistingPhis()
2328 while (NumPhis++ < NumStages) { in generateExistingPhis()
2329 rewriteScheduledInstr(NewBB, Schedule, InstrMap, CurStageNum, NumPhis, in generateExistingPhis()
2374 unsigned NumPhis = Schedule.getStagesForReg(Def, CurStageNum); in generatePhis() local
2378 if (!InKernel && NumPhis == 0 && StageScheduled == 0 && in generatePhis()
2380 NumPhis = 1; in generatePhis()
2390 if (NumPhis > PrologStage + 1 - StageScheduled) in generatePhis()
2391 NumPhis = PrologStage + 1 - StageScheduled; in generatePhis()
2392 for (unsigned np = 0; np < NumPhis; ++np) { in generatePhis()
2428 if (np == NumPhis - 1) in generatePhis()
2432 if (IsLast && np == NumPhis - 1) in generatePhis()
2869 unsigned NumPhis = Schedule.getStagesForPhi(PhiDef); in rewritePhiValues() local
2870 if (NumPhis > StageNum) in rewritePhiValues()
2871 NumPhis = StageNum; in rewritePhiValues()
2872 for (unsigned np = 0; np <= NumPhis; ++np) { in rewritePhiValues()