Searched refs:OnePhi (Results 1 – 2 of 2) sorted by relevance
1490 Value *OnePhi = nullptr; in aliasPHI() local1497 if (OnePhi && OnePhi != PV1) { in aliasPHI()1505 OnePhi = PV1; in aliasPHI()1515 if (OnePhi && UniqueSrc.size() > 1) in aliasPHI()
1097 MachineInstr *OnePhi = I->getParent(); in isDead() local1098 for (const MachineOperand &OPO : OnePhi->operands()) { in isDead()1115 DeadPhis.push_back(OnePhi); in isDead()