Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp470 int StageAdj = (PhiOpStage != -1 ? PhiStage - PhiOpStage : 0); in generateExistingPhis() local
471 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np) { in generateExistingPhis()
472 auto &M = VRMap[PrologStage - StageAdj - Indirects - np]; in generateExistingPhis()