Searched refs:PhiOp (Results 1 – 6 of 6) sorted by relevance
59 for (Value *PhiOp : Phi->incoming_values()) { in processPhi()60 if (PHINode *PhiPhiOp = dyn_cast<PHINode>(PhiOp)) { in processPhi()75 TrackedValues.insert(PhiValuesCallbackVH(PhiOp, this)); in processPhi()94 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local99 unsigned int OpDepthNumber = DepthMap[PhiOp]; in processPhi()
1133 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode() argument1134 assert(PhiOp && "Invalid Operand!"); in simplifyCode()1135 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()1142 MachineOperand *PhiOp) { in simplifyCode() argument1143 assert(PhiOp && "Invalid Operand!"); in simplifyCode()1145 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()
627 Value *PhiOp = cast<PHINode>(V)->getIncomingValue(0); in replaceWithTileLoad() local628 II = cast<IntrinsicInst>(PhiOp); in replaceWithTileLoad()
8089 Value *PhiOp = Update->getOperand(1); in getScaledReductions() local8091 std::swap(Op, PhiOp); in getScaledReductions()8101 PhiOp = Update->getOperand(1); in getScaledReductions()8103 std::swap(Op, PhiOp); in getScaledReductions()8106 if (PhiOp != PHI) in getScaledReductions()
4196 auto GetNewOps = [&](Value *PhiOp) { in unfoldGEPPhi() argument4200 NewOps.push_back(PhiOp); in unfoldGEPPhi()
1746 for (Value *PhiOp : PN->operands()) in FoldOpIntoSelect()1747 if (PhiOp == &Op) in FoldOpIntoSelect()