Home
last modified time | relevance | path

Searched refs:allImplicitDefsAreDead (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1744 bool allImplicitDefsAreDead() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1503 bool MachineInstr::allImplicitDefsAreDead() const { in allImplicitDefsAreDead() function in MachineInstr
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp1192 if (!MI->allImplicitDefsAreDead()) in tryConstantFoldOp()