reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
375 PrologStage = LastStageNum - 1; 378 PrologStage = LastStageNum - (CurStageNum - LastStageNum); 414 unsigned MaxPhis = PrologStage + 2; 415 if (!InKernel && (int)PrologStage <= LoopValStage) 438 if (np > PrologStage || StageScheduled >= (int)LastStageNum) 441 else if (PrologStage >= AccessStage + StageDiff + np && 442 VRMap[PrologStage - StageDiff - np].count(LoopVal) != 0) 443 PhiOp1 = VRMap[PrologStage - StageDiff - np][LoopVal]; 446 else if (PrologStage >= AccessStage + StageDiff + np) { 454 if ((int)(PrologStage - StageDiff - np) < PhiStage + Indirects) 461 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np && 462 VRMap[PrologStage - StageAdj - Indirects - np].count(PhiOp1)) { 463 PhiOp1 = VRMap[PrologStage - StageAdj - Indirects - np][PhiOp1]; 497 else if (static_cast<unsigned>(LoopValStage) > PrologStage + 1 && 513 if (static_cast<int>(PrologStage - np) >= StageScheduled) {