Searched refs:DeadPhis (Results 1 – 2 of 2) sorted by relevance
224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;1040 SmallVectorImpl<MachineInstr *> &DeadPhis) const { in isDead()1078 DeadPhis.push_back(OnePhi); in isDead()1088 SmallVector<MachineInstr*, 1> DeadPhis; in removeIfDead() local1089 if (isDead(MI, DeadPhis)) { in removeIfDead()1112 for (unsigned i = 0; i < DeadPhis.size(); ++i) in removeIfDead()1113 DeadPhis[i]->eraseFromParent(); in removeIfDead()
1046 SmallVector<Instruction *, 4> DeadPhis; in normalizeReturnBlock() local1070 DeadPhis.push_back(OldPhi); in normalizeReturnBlock()1074 for (auto *DP : DeadPhis) in normalizeReturnBlock()