Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp396 unsigned PhiOp1 = 0; in generateExistingPhis() local
444 PhiOp1 = InitVal; in generateExistingPhis()
448 PhiOp1 = VRMap[PrologStage - StageDiff - np][LoopVal]; in generateExistingPhis()
454 PhiOp1 = LoopVal; in generateExistingPhis()
455 MachineInstr *InstOp1 = MRI.getVRegDef(PhiOp1); in generateExistingPhis()
460 PhiOp1 = getInitPhiReg(*InstOp1, BB); in generateExistingPhis()
462 PhiOp1 = getLoopPhiReg(*InstOp1, BB); in generateExistingPhis()
463 InstOp1 = MRI.getVRegDef(PhiOp1); in generateExistingPhis()
467 VRMap[PrologStage - StageAdj - Indirects - np].count(PhiOp1)) { in generateExistingPhis()
468 PhiOp1 = VRMap[PrologStage - StageAdj - Indirects - np][PhiOp1]; in generateExistingPhis()
[all …]