Home | History | Annotate | Download | only in Scalar

Lines Matching defs:DeadInsts

737 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) {
740 while (!DeadInsts.empty()) {
741 Instruction *I = dyn_cast_or_null<Instruction>(&*DeadInsts.pop_back_val());
750 DeadInsts.push_back(U);
1505 SmallVectorImpl<WeakVH> &DeadInsts);
1580 SmallVectorImpl<WeakVH> &DeadInsts) const;
1584 SmallVectorImpl<WeakVH> &DeadInsts,
1589 SmallVectorImpl<WeakVH> &DeadInsts,
2659 SmallVectorImpl<WeakVH> &DeadInsts) {
2735 DeadInsts.push_back(IncI->IVOperand);
2757 DeadInsts.push_back(PostIncV);
4197 SmallVectorImpl<WeakVH> &DeadInsts) const {
4330 DeadInsts.push_back(CI->getOperand(1));
4367 SmallVectorImpl<WeakVH> &DeadInsts,
4413 Value *FullV = Expand(LF, F, BB->getTerminator(), Rewriter, DeadInsts);
4436 SmallVectorImpl<WeakVH> &DeadInsts,
4441 RewriteForPHI(PN, LF, F, Rewriter, DeadInsts, P);
4443 Value *FullV = Expand(LF, F, LF.UserInst, Rewriter, DeadInsts);
4465 DeadInsts.push_back(LF.OperandValToReplace);
4475 SmallVector<WeakVH, 16> DeadInsts;
4497 Rewrite(Fixup, *Solution[Fixup.LUIdx], Rewriter, DeadInsts, P);
4504 GenerateIVChain(*ChainI, Rewriter, DeadInsts);
4511 Changed |= DeleteTriviallyDeadInstructions(DeadInsts);
4744 SmallVector<WeakVH, 16> DeadInsts;
4750 replaceCongruentIVs(L, &getAnalysis<DominatorTree>(), DeadInsts, TLI);
4753 DeleteTriviallyDeadInstructions(DeadInsts);