Searched defs:DeadInstructions (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 165 CreateVPTBlock(MachineBasicBlock::instr_iterator & Iter,MachineBasicBlock::instr_iterator EndIter,SmallVectorImpl<MachineInstr * > & DeadInstructions) CreateVPTBlock() argument 247 SmallVector<MachineInstr *, 4> DeadInstructions; InsertVPTBlocks() local
|
H A D | MVETPAndVPTOptimisationsPass.cpp | 717 SmallVector<MachineInstr *, 4> DeadInstructions; ReduceOldVCCRValueUses() local 845 SmallVector<MachineInstr *, 4> DeadInstructions; ReplaceVCMPsByVPNOTs() local 927 SmallSet<MachineInstr *, 4> DeadInstructions; ReplaceConstByVPNOTs() local 1011 SmallVector<MachineInstr *, 4> DeadInstructions; ConvertVPSEL() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 285 SmallVector<MachineInstr *, 4> DeadInstructions; legalizeMachineFunction() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 364 SmallVector<Instruction *, 4> DeadInstructions; in handleDeadExits() local
|
H A D | InferAddressSpaces.cpp | 1173 SmallVector<Instruction *, 16> DeadInstructions; rewriteWithNewAddressSpaces() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 3156 SmallVector<Instruction*, 4> DeadInstructions; buildCoroutineFrame() local
|