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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp515 int LVNumStages = getStagesForPhi(LoopVal); local
517 LVNumStages -= StageDiff;
519 if (LVNumStages > (int)np && VRMap[CurStageNum].count(LoopVal)) {
523 ReuseStage -= LVNumStages;

Completed in 119 milliseconds