Searched refs:PhiOp (Results 1 – 4 of 4) sorted by relevance
60 for (Value *PhiOp : Phi->incoming_values()) { in processPhi()61 if (PHINode *PhiPhiOp = dyn_cast<PHINode>(PhiOp)) { in processPhi()74 TrackedValues.insert(PhiValuesCallbackVH(PhiOp, this)); in processPhi()93 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local98 unsigned int OpDepthNumber = DepthMap[PhiOp]; in processPhi()
59 for (Value *PhiOp : Phi->incoming_values()) { in processPhi()60 if (PHINode *PhiPhiOp = dyn_cast<PHINode>(PhiOp)) { in processPhi()73 TrackedValues.insert(PhiValuesCallbackVH(PhiOp, this)); in processPhi()92 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local97 unsigned int OpDepthNumber = DepthMap[PhiOp]; in processPhi()
736 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode() argument737 assert(PhiOp && "Invalid Operand!"); in simplifyCode()738 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()745 MachineOperand *PhiOp) { in simplifyCode() argument746 assert(PhiOp && "Invalid Operand!"); in simplifyCode()748 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()
899 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode() argument900 assert(PhiOp && "Invalid Operand!"); in simplifyCode()901 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()908 MachineOperand *PhiOp) { in simplifyCode() argument909 assert(PhiOp && "Invalid Operand!"); in simplifyCode()911 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()