Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp102 bool isShrinkable(MachineInstr &MI) const;
117 bool GCNDPPCombine::isShrinkable(MachineInstr &MI) const { in isShrinkable() function in GCNDPPCombine
670 bool IsShrinkable = isShrinkable(OrigMI); in combineDPPMov()