Searched defs:PhiOp (Results 1 – 6 of 6) sorted by relevance
92 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
93 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
736 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode()745 MachineOperand *PhiOp) { in simplifyCode()
954 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode()963 MachineOperand *PhiOp) { in simplifyCode()
489 Value *PhiOp = dyn_cast<PHINode>(V)->getIncomingValue(0); in replaceWithTileLoad() local
8294 PHINode *PhiOp = in tryToBlend() local