Searched defs:DeadInstructions (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 159 SmallVectorImpl<MachineInstr *> &DeadInstructions) { in CreateVPTBlock() 236 SmallVector<MachineInstr *, 4> DeadInstructions; in InsertVPTBlocks() local
|
H A D | MVETPAndVPTOptimisationsPass.cpp | 678 SmallVector<MachineInstr *, 4> DeadInstructions; in ReduceOldVCCRValueUses() local 805 SmallVector<MachineInstr *, 4> DeadInstructions; in ReplaceVCMPsByVPNOTs() local 886 SmallSet<MachineInstr *, 4> DeadInstructions; in ReplaceConstByVPNOTs() local 968 SmallVector<MachineInstr *, 4> DeadInstructions; in ConvertVPSEL() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 22 SmallPtrSetImpl<Instruction *> &DeadInstructions, ScalarEvolution &SE) { in VPInstructionsToVPRecipes()
|
H A D | LoopVectorize.cpp | 8088 SmallPtrSetImpl<Instruction *> &DeadInstructions) { in collectTriviallyDeadInstructions() 8975 SmallPtrSet<Instruction *, 4> DeadInstructions; in buildVPlansWithVPRecipes() local 9000 VFRange &Range, SmallPtrSetImpl<Instruction *> &DeadInstructions, in buildVPlanWithVPRecipes() 9292 SmallPtrSet<Instruction *, 1> DeadInstructions; in buildVPlan() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 281 SmallVector<MachineInstr *, 4> DeadInstructions; in legalizeMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 370 SmallVector<Instruction *, 4> DeadInstructions; in handleDeadExits() local
|
H A D | InferAddressSpaces.cpp | 1058 SmallVector<Instruction *, 16> DeadInstructions; in rewriteWithNewAddressSpaces() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2576 SmallVector<Instruction*, 4> DeadInstructions; in buildCoroutineFrame() local
|