Searched refs:PhiOpStage (Results 1 – 1 of 1) sorted by relevance
469 int PhiOpStage = Schedule.getStage(InstOp1); in generateExistingPhis() local470 int StageAdj = (PhiOpStage != -1 ? PhiStage - PhiOpStage : 0); in generateExistingPhis()471 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np) { in generateExistingPhis()