Searched refs:PhiOpStage (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp460 int PhiOpStage = Schedule.getStage(InstOp1); local
461 int StageAdj = (PhiOpStage != -1 ? PhiStage - PhiOpStage : 0);
462 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np &&

Completed in 51 milliseconds