Searched refs:DeadInstructions (Results 1 – 7 of 7) sorted by relevance
92 SmallPtrSet<Instruction *, 1> DeadInstructions; in TEST_F() local94 DeadInstructions); in TEST_F()122 SmallPtrSet<Instruction *, 1> DeadInstructions; in TEST_F() local124 DeadInstructions); in TEST_F()
157 SmallVector<MachineInstr *, 4> DeadInstructions; in runOnMachineFunction() local158 if (ArtCombiner.tryCombineInstruction(MI, DeadInstructions)) { in runOnMachineFunction()159 for (auto *DeadMI : DeadInstructions) { in runOnMachineFunction()
23 SmallPtrSetImpl<Instruction *> &DeadInstructions) { in VPInstructionsToVPRecipes() argument40 if (DeadInstructions.count(Inst)) { in VPInstructionsToVPRecipes()
31 SmallPtrSetImpl<Instruction *> &DeadInstructions);
255 SmallPtrSetImpl<Instruction *> &DeadInstructions);272 SmallPtrSetImpl<Instruction *> &DeadInstructions);
6401 SmallPtrSetImpl<Instruction *> &DeadInstructions) { in collectTriviallyDeadInstructions() argument6409 DeadInstructions.insert(Cmp); in collectTriviallyDeadInstructions()6418 return U == Ind || DeadInstructions.count(cast<Instruction>(U)); in collectTriviallyDeadInstructions()6420 DeadInstructions.insert(IndUpdate); in collectTriviallyDeadInstructions()6432 DeadInstructions.insert(Casts.begin(), Casts.end()); in collectTriviallyDeadInstructions()6924 SmallPtrSet<Instruction *, 4> DeadInstructions; in buildVPlansWithVPRecipes() local6925 collectTriviallyDeadInstructions(DeadInstructions); in buildVPlansWithVPRecipes()6930 buildVPlanWithVPRecipes(SubRange, NeedDef, DeadInstructions)); in buildVPlansWithVPRecipes()6938 SmallPtrSetImpl<Instruction *> &DeadInstructions) { in buildVPlanWithVPRecipes() argument6979 if (isa<BranchInst>(Instr) || DeadInstructions.count(Instr)) in buildVPlanWithVPRecipes()
894 SmallVector<Instruction *, 16> DeadInstructions; in rewriteWithNewAddressSpaces() local988 DeadInstructions.push_back(ASC); in rewriteWithNewAddressSpaces()1008 DeadInstructions.push_back(I); in rewriteWithNewAddressSpaces()1012 for (Instruction *I : DeadInstructions) in rewriteWithNewAddressSpaces()