Searched defs:PhiOp (Results 1 – 3 of 3) sorted by relevance
92 if (PHINode *PhiOp = dyn_cast<PHINode>(Op)) { in processPhi() local
903 auto isSingleUsePHI = [&](MachineOperand *PhiOp) { in simplifyCode()912 MachineOperand *PhiOp) { in simplifyCode()
424 Value *PhiOp = dyn_cast<PHINode>(V)->getIncomingValue(0); in replaceWithTileLoad() local