Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp92 SmallPtrSet<Instruction *, 1> DeadInstructions; in TEST_F() local
94 DeadInstructions); in TEST_F()
122 SmallPtrSet<Instruction *, 1> DeadInstructions; in TEST_F() local
124 DeadInstructions); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizer.cpp157 SmallVector<MachineInstr *, 4> DeadInstructions; in runOnMachineFunction() local
158 if (ArtCombiner.tryCombineInstruction(MI, DeadInstructions)) { in runOnMachineFunction()
159 for (auto *DeadMI : DeadInstructions) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGTransforms.cpp23 SmallPtrSetImpl<Instruction *> &DeadInstructions) { in VPInstructionsToVPRecipes() argument
40 if (DeadInstructions.count(Inst)) { in VPInstructionsToVPRecipes()
DVPlanHCFGTransforms.h31 SmallPtrSetImpl<Instruction *> &DeadInstructions);
DLoopVectorizationPlanner.h255 SmallPtrSetImpl<Instruction *> &DeadInstructions);
272 SmallPtrSetImpl<Instruction *> &DeadInstructions);
DLoopVectorize.cpp6401 SmallPtrSetImpl<Instruction *> &DeadInstructions) { in collectTriviallyDeadInstructions() argument
6409 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() local
6925 collectTriviallyDeadInstructions(DeadInstructions); in buildVPlansWithVPRecipes()
6930 buildVPlanWithVPRecipes(SubRange, NeedDef, DeadInstructions)); in buildVPlansWithVPRecipes()
6938 SmallPtrSetImpl<Instruction *> &DeadInstructions) { in buildVPlanWithVPRecipes() argument
6979 if (isa<BranchInst>(Instr) || DeadInstructions.count(Instr)) in buildVPlanWithVPRecipes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp894 SmallVector<Instruction *, 16> DeadInstructions; in rewriteWithNewAddressSpaces() local
988 DeadInstructions.push_back(ASC); in rewriteWithNewAddressSpaces()
1008 DeadInstructions.push_back(I); in rewriteWithNewAddressSpaces()
1012 for (Instruction *I : DeadInstructions) in rewriteWithNewAddressSpaces()