Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp105 bool HasDependentUsers = Inst.hasDependentUsers(); in issueInstruction()
106 HasDependentUsers |= Inst.isMemOp() && LSU.hasDependentUsers(IR); in issueInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h298 bool hasDependentUsers(const InstRef &IR) const { in hasDependentUsers() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h424 bool hasDependentUsers() const { in hasDependentUsers() function