Searched refs:DeadInstructions (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVETPAndVPTOptimisationsPass.cpp | 717 SmallVector<MachineInstr *, 4> DeadInstructions; in ReduceOldVCCRValueUses() local 778 DeadInstructions.push_back(&*Iter); in ReduceOldVCCRValueUses() 837 for (MachineInstr *DeadInstruction : DeadInstructions) in ReduceOldVCCRValueUses() 845 SmallVector<MachineInstr *, 4> DeadInstructions; in ReplaceVCMPsByVPNOTs() local 907 DeadInstructions.push_back(&Instr); in ReplaceVCMPsByVPNOTs() 912 for (MachineInstr *DeadInstruction : DeadInstructions) in ReplaceVCMPsByVPNOTs() 915 return !DeadInstructions.empty(); in ReplaceVCMPsByVPNOTs() 927 SmallSet<MachineInstr *, 4> DeadInstructions; in ReplaceConstByVPNOTs() local 967 DeadInstructions.insert(Copy); in ReplaceConstByVPNOTs() 969 DeadInstructions.insert(MRI->getVRegDef(GPR)); in ReplaceConstByVPNOTs() [all …]
|
H A D | MVEVPTBlockPass.cpp | 165 SmallVectorImpl<MachineInstr *> &DeadInstructions) { in CreateVPTBlock() argument 215 DeadInstructions.push_back(&*Iter); in CreateVPTBlock() 247 SmallVector<MachineInstr *, 4> DeadInstructions; in InsertVPTBlocks() local 270 CreateVPTBlock(MBIter, EndIter, DeadInstructions); in InsertVPTBlocks() 301 for (MachineInstr *DeadMI : DeadInstructions) in InsertVPTBlocks() 303 DeadInstructions.clear(); in InsertVPTBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Legalizer.cpp | 285 SmallVector<MachineInstr *, 4> DeadInstructions; in legalizeMachineFunction() local 287 if (ArtCombiner.tryCombineInstruction(MI, DeadInstructions, in legalizeMachineFunction() 290 eraseInstrs(DeadInstructions, MRI, &LocObserver); in legalizeMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 364 SmallVector<Instruction *, 4> DeadInstructions; in handleDeadExits() local 366 DeadInstructions.push_back(&PN); in handleDeadExits() 369 DeadInstructions.emplace_back(LandingPad); in handleDeadExits() 371 for (Instruction *I : DeadInstructions) { in handleDeadExits()
|
H A D | InferAddressSpaces.cpp | 1173 SmallVector<Instruction *, 16> DeadInstructions; in rewriteWithNewAddressSpaces() local 1295 DeadInstructions.push_back(ASC); in rewriteWithNewAddressSpaces() 1328 DeadInstructions.push_back(I); in rewriteWithNewAddressSpaces() 1332 for (Instruction *I : DeadInstructions) in rewriteWithNewAddressSpaces()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 3156 SmallVector<Instruction*, 4> DeadInstructions; in buildCoroutineFrame() local 3186 auto Alloc = lowerNonLocalAlloca(AI, Shape, DeadInstructions); in buildCoroutineFrame() 3243 lowerLocalAllocas(LocalAllocas, DeadInstructions); in buildCoroutineFrame() 3245 for (auto *I : DeadInstructions) in buildCoroutineFrame()
|