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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp369 SmallVector<Instruction *, 4> DeadPhis; local
371 DeadPhis.push_back(&PN);
374 for (Instruction *PN : DeadPhis) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp224 SmallVectorImpl<MachineInstr *> &DeadPhis) const;
1035 SmallVectorImpl<MachineInstr *> &DeadPhis) const {
1075 DeadPhis.push_back(OnePhi);
1085 SmallVector<MachineInstr*, 1> DeadPhis; local
1086 if (isDead(MI, DeadPhis)) {
1111 for (unsigned i = 0; i < DeadPhis.size(); ++i)
1112 DeadPhis[i]->eraseFromParent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1065 SmallVector<Instruction *, 4> DeadPhis; local
1088 DeadPhis.push_back(OldPhi);
1092 for (auto *DP : DeadPhis)

Completed in 158 milliseconds