Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h114 virtual bool hasDependentUsers(const InstRef &IR) const = 0;
442 bool hasDependentUsers(const InstRef &IR) const override { in hasDependentUsers() function
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp106 bool HasDependentUsers = Inst.hasDependentUsers(); in issueInstruction()
107 HasDependentUsers |= Inst.isMemOp() && LSU.hasDependentUsers(IR); in issueInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h563 bool hasDependentUsers() const { in hasDependentUsers() function