Searched refs:PhiOp (Results 1 – 2 of 2) sorted by relevance
49 for (Value *PhiOp : Phi->incoming_values()) { in processPhi()50 if (PHINode *PhiPhiOp = dyn_cast<PHINode>(PhiOp)) { in processPhi()77 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local82 auto It = ReachableMap.find(DepthMap[PhiOp]); in processPhi()
679 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode() argument680 assert(PhiOp && "Invalid Operand!"); in simplifyCode()681 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()688 MachineOperand *PhiOp) { in simplifyCode() argument689 assert(PhiOp && "Invalid Operand!"); in simplifyCode()691 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()