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

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

Completed in 115 milliseconds