Searched refs:PhiOp (Results 1 – 4 of 4) sorted by relevance
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()
1129 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode() argument1130 assert(PhiOp && "Invalid Operand!"); in simplifyCode()1131 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()1138 MachineOperand *PhiOp) { in simplifyCode() argument1139 assert(PhiOp && "Invalid Operand!"); in simplifyCode()1141 MachineInstr *DefPhiMI = getVRegDefOrNull(PhiOp, MRI); in simplifyCode()
495 Value *PhiOp = cast<PHINode>(V)->getIncomingValue(0); in replaceWithTileLoad() local496 II = cast<IntrinsicInst>(PhiOp); in replaceWithTileLoad()
4057 auto GetNewOps = [&](Value *PhiOp) { in unfoldGEPPhi() argument4061 NewOps.push_back(PhiOp); in unfoldGEPPhi()