Searched refs:OnePhi (Results 1 – 2 of 2) sorted by relevance
1460 Value *OnePhi = nullptr; in aliasPHI() local1467 if (OnePhi && OnePhi != PV1) { in aliasPHI()1475 OnePhi = PV1; in aliasPHI()1485 if (OnePhi && UniqueSrc.size() > 1) in aliasPHI()
1060 MachineInstr *OnePhi = I->getParent(); in isDead() local1061 for (const MachineOperand &OPO : OnePhi->operands()) { in isDead()1078 DeadPhis.push_back(OnePhi); in isDead()