Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp2626 int LVNumStages = Schedule.getStagesForPhi(LoopVal); in generateExistingPhis() local
2628 LVNumStages -= StageDiff; in generateExistingPhis()
2629 if (LVNumStages > (int)np) { in generateExistingPhis()
2633 ReuseStage -= LVNumStages; in generateExistingPhis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp2743 int LVNumStages = Schedule.getStagesForPhi(LoopVal); in generateExistingPhis() local
2745 LVNumStages -= StageDiff; in generateExistingPhis()
2747 if (LVNumStages > (int)np && VRMap[CurStageNum].count(LoopVal)) { in generateExistingPhis()
2751 ReuseStage -= LVNumStages; in generateExistingPhis()