Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp102 bool isShrinkable(MachineInstr &MI) const;
117 bool GCNDPPCombine::isShrinkable(MachineInstr &MI) const { in isShrinkable() function in GCNDPPCombine
633 bool IsShrinkable = isShrinkable(OrigMI); in combineDPPMov()