Searched refs:hasDependentUsers (Results 1 – 3 of 3) sorted by relevance
114 virtual bool hasDependentUsers(const InstRef &IR) const = 0;442 bool hasDependentUsers(const InstRef &IR) const override { in hasDependentUsers() function
106 bool HasDependentUsers = Inst.hasDependentUsers(); in issueInstruction()107 HasDependentUsers |= Inst.isMemOp() && LSU.hasDependentUsers(IR); in issueInstruction()
563 bool hasDependentUsers() const { in hasDependentUsers() function