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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h30 SmallPtrSetImpl<Instruction *> &DeadInstructions);
H A DVPlanTransforms.cpp22 SmallPtrSetImpl<Instruction *> &DeadInstructions) {
51 if (DeadInstructions.count(Inst)) {
19 VPInstructionsToVPRecipes( Loop *OrigLoop, VPlanPtr &Plan, LoopVectorizationLegality::InductionList *Inductions, SmallPtrSetImpl<Instruction *> &DeadInstructions) argument
H A DLoopVectorizationPlanner.h267 SmallPtrSetImpl<Instruction *> &DeadInstructions);
284 SmallPtrSetImpl<Instruction *> &DeadInstructions,
H A DLoopVectorize.cpp6585 SmallPtrSetImpl<Instruction *> &DeadInstructions) {
6593 DeadInstructions.insert(Cmp);
6602 return U == Ind || DeadInstructions.find(cast<Instruction>(U)) !=
6603 DeadInstructions.end();
6605 DeadInstructions.insert(IndUpdate);
6617 DeadInstructions.insert(Casts.begin(), Casts.end());
7118 SmallPtrSet<Instruction *, 4> DeadInstructions;
7119 collectTriviallyDeadInstructions(DeadInstructions);
7123 for (Instruction *I : DeadInstructions)
7129 DeadInstructions, SinkAfte
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp251 SmallVector<MachineInstr *, 4> DeadInstructions; local
253 if (ArtCombiner.tryCombineInstruction(MI, DeadInstructions,
256 for (auto *DeadMI : DeadInstructions) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp899 SmallVector<Instruction *, 16> DeadInstructions; local
993 DeadInstructions.push_back(ASC);
1017 DeadInstructions.push_back(I);
1021 for (Instruction *I : DeadInstructions)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1360 SmallVector<Instruction*, 4> DeadInstructions; local
1410 auto Alloc = lowerNonLocalAlloca(AI, Shape, DeadInstructions);
1436 lowerLocalAllocas(LocalAllocas, DeadInstructions);
1438 for (auto I : DeadInstructions)

Completed in 196 milliseconds