Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp55 bool isDependentLoad(const MachineInstr &MI) const;
75 bool SIPostRABundler::isDependentLoad(const MachineInstr &MI) const { in isDependentLoad() function in SIPostRABundler
121 !isDependentLoad(NextMI)); in canBundle()