Home
last modified time | relevance | path

Searched defs:DeadInstrs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h51 SetVector<NodeId> DeadInstrs; member
H A DHexagonRDFOpt.cpp160 const SetVector<NodeId> &DeadInstrs = getDeadInstrs(); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp706 SmallVector<MachineInstr *, 2> DeadInstrs; in combineAwayG_UNMERGE_VALUES() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MIPeepholeOpt.cpp704 SmallPtrSet<MachineInstr *, 4> DeadInstrs; in visitCopy() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1651 void llvm::eraseInstrs(ArrayRef<MachineInstr *> DeadInstrs, in eraseInstrs()