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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp462 int StageAdj = (PhiOpStage != -1 ? PhiStage - PhiOpStage : 0); local
463 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np &&
464 VRMap[PrologStage - StageAdj - Indirects - np].count(PhiOp1)) {
465 PhiOp1 = VRMap[PrologStage - StageAdj - Indirects - np][PhiOp1];

Completed in 159 milliseconds