Searched refs:OnePhi (Results 1 – 2 of 2) sorted by relevance
1446 Value *OnePhi = nullptr; in aliasPHI() local1449 if (OnePhi && OnePhi != PV1) { in aliasPHI()1457 OnePhi = PV1; in aliasPHI()1467 if (OnePhi && UniqueSrc.size() > 1) in aliasPHI()
1053 MachineInstr *OnePhi = I->getParent(); in isDead() local1054 for (unsigned j = 0, f = OnePhi->getNumOperands(); j != f; ++j) { in isDead()1055 const MachineOperand &OPO = OnePhi->getOperand(j); in isDead()1072 DeadPhis.push_back(OnePhi); in isDead()