Searched refs:IsNotWrite (Results 1 – 4 of 4) sorted by relevance
60 if (!acc_.IsNotWrite(curDep)) { in GetLoopDependInfo()119 if (!acc_.IsNotWrite(gate)) { in TryEliminateOther()136 if (!acc_.IsNotWrite(gate)) { in TryEliminateGate()
466 bool IsNotWrite(GateRef gate) const;
678 bool GateAccessor::IsNotWrite(GateRef gate) const in IsNotWrite() function in panda::ecmascript::kungfu::GateAccessor680 return GetMetaData(gate)->IsNotWrite(); in IsNotWrite()
563 bool IsNotWrite() const in IsNotWrite() function