Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp2499 unsigned PhiOp1 = 0; in generateExistingPhis() local
2552 PhiOp1 = InitVal; in generateExistingPhis()
2556 PhiOp1 = VRMap[PrologStage - StageDiff - np][LoopVal]; in generateExistingPhis()
2562 PhiOp1 = LoopVal; in generateExistingPhis()
2563 MachineInstr *InstOp1 = MRI.getVRegDef(PhiOp1); in generateExistingPhis()
2568 PhiOp1 = getInitPhiReg(*InstOp1, BB); in generateExistingPhis()
2570 PhiOp1 = getLoopPhiReg(*InstOp1, BB); in generateExistingPhis()
2571 InstOp1 = MRI.getVRegDef(PhiOp1); in generateExistingPhis()
2575 VRMap[PrologStage - StageAdj - Indirects - np].count(PhiOp1)) { in generateExistingPhis()
2576 PhiOp1 = VRMap[PrologStage - StageAdj - Indirects - np][PhiOp1]; in generateExistingPhis()
[all …]