Searched defs:PhiOp (Results 1 – 4 of 4) sorted by relevance
92 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
1129 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode()1138 MachineOperand *PhiOp) { in simplifyCode()
495 Value *PhiOp = cast<PHINode>(V)->getIncomingValue(0); in replaceWithTileLoad() local
4057 auto GetNewOps = [&](Value *PhiOp) { in unfoldGEPPhi()