Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp105 bool HasDependentUsers = Inst.hasDependentUsers(); in issueInstruction()
106 HasDependentUsers |= Inst.isMemOp() && LSU.hasDependentUsers(IR); in issueInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h295 bool hasDependentUsers(const InstRef &IR) const { in hasDependentUsers() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h562 bool hasDependentUsers() const { in hasDependentUsers() function