Searched refs:DeadInstructions (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp164 SmallVectorImpl<MachineInstr *> &DeadInstructions) {
214 DeadInstructions.push_back(&*Iter);
246 SmallVector<MachineInstr *, 4> DeadInstructions; local
269 CreateVPTBlock(MBIter, EndIter, DeadInstructions);
300 for (MachineInstr *DeadMI : DeadInstructions)
302 DeadInstructions.clear();
162 CreateVPTBlock(MachineBasicBlock::instr_iterator &Iter, MachineBasicBlock::instr_iterator EndIter, SmallVectorImpl<MachineInstr *> &DeadInstructions) argument
H A DMVETPAndVPTOptimisationsPass.cpp716 SmallVector<MachineInstr *, 4> DeadInstructions; local
776 DeadInstructions.push_back(&*Iter);
835 for (MachineInstr *DeadInstruction : DeadInstructions)
843 SmallVector<MachineInstr *, 4> DeadInstructions; local
904 DeadInstructions.push_back(&Instr);
909 for (MachineInstr *DeadInstruction : DeadInstructions)
912 return !DeadInstructions.empty();
924 SmallSet<MachineInstr *, 4> DeadInstructions; local
963 DeadInstructions.insert(Copy);
965 DeadInstructions
1007 SmallVector<MachineInstr *, 4> DeadInstructions; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp285 SmallVector<MachineInstr *, 4> DeadInstructions; local
287 if (ArtCombiner.tryCombineInstruction(MI, DeadInstructions,
290 eraseInstrs(DeadInstructions, MRI, &LocObserver);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp365 SmallVector<Instruction *, 4> DeadInstructions; local
367 DeadInstructions.push_back(&PN);
370 DeadInstructions.emplace_back(LandingPad);
372 for (Instruction *I : DeadInstructions) {
H A DInferAddressSpaces.cpp1172 SmallVector<Instruction *, 16> DeadInstructions; local
1294 DeadInstructions.push_back(ASC);
1324 DeadInstructions.push_back(I);
1328 for (Instruction *I : DeadInstructions)
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp3123 SmallVector<Instruction*, 4> DeadInstructions; local
3154 auto Alloc = lowerNonLocalAlloca(AI, Shape, DeadInstructions);
3211 lowerLocalAllocas(LocalAllocas, DeadInstructions);
3213 for (auto *I : DeadInstructions)

Completed in 225 milliseconds