Searched defs:DeadInstructions (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 164 CreateVPTBlock(MachineBasicBlock::instr_iterator & Iter,MachineBasicBlock::instr_iterator EndIter,SmallVectorImpl<MachineInstr * > & DeadInstructions) CreateVPTBlock() argument 246 SmallVector<MachineInstr *, 4> DeadInstructions; InsertVPTBlocks() local
|
H A D | MVETPAndVPTOptimisationsPass.cpp | 716 SmallVector<MachineInstr *, 4> DeadInstructions; ReduceOldVCCRValueUses() local 843 SmallVector<MachineInstr *, 4> DeadInstructions; ReplaceVCMPsByVPNOTs() local 924 SmallSet<MachineInstr *, 4> DeadInstructions; ReplaceConstByVPNOTs() local 1007 SmallVector<MachineInstr *, 4> DeadInstructions; ConvertVPSEL() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 285 SmallVector<MachineInstr *, 4> DeadInstructions; in legalizeMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 365 SmallVector<Instruction *, 4> DeadInstructions; handleDeadExits() local
|
H A D | InferAddressSpaces.cpp | 1172 SmallVector<Instruction *, 16> DeadInstructions; rewriteWithNewAddressSpaces() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 3123 SmallVector<Instruction*, 4> DeadInstructions; buildCoroutineFrame() local
|