Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp2572 int PhiOpStage = Schedule.stageScheduled(getSUnit(InstOp1)); in generateExistingPhis() local
2573 int StageAdj = (PhiOpStage != -1 ? PhiStage - PhiOpStage : 0); in generateExistingPhis()
2574 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np && in generateExistingPhis()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp2690 int PhiOpStage = Schedule.stageScheduled(getSUnit(InstOp1)); in generateExistingPhis() local
2691 int StageAdj = (PhiOpStage != -1 ? PhiStage - PhiOpStage : 0); in generateExistingPhis()
2692 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np && in generateExistingPhis()