Searched refs:DeadPhis (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp114 SmallVector<MachineInstr *, 1> &DeadPhis) const;
473 SmallVector<MachineInstr *, 1> &DeadPhis) const {
508 DeadPhis.push_back(OnePhi);
524 SmallVector<MachineInstr *, 1> DeadPhis; local
525 if (isDead(MI, DeadPhis)) {
551 for (unsigned i = 0; i < DeadPhis.size(); ++i) {
552 DeadPhis[i]->eraseFromParent();

Completed in 151 milliseconds