Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp105 bool HasDependentUsers = Inst.hasDependentUsers(); in issueInstruction() local
106 HasDependentUsers |= Inst.isMemOp() && LSU.hasDependentUsers(IR); in issueInstruction()
114 if (HasDependentUsers) in issueInstruction()