Searched refs:IsNotWrite (Results 1 – 4 of 4) sorted by relevance
47 if (!acc_.IsNotWrite(curDep)) { in GetLoopDependInfo()118 if (!acc_.IsNotWrite(gate)) { in TryEliminateOther()135 if (!acc_.IsNotWrite(gate)) { in TryEliminateGate()
245 bool IsNotWrite() const in IsNotWrite() function
507 bool IsNotWrite(GateRef gate) const;
1032 bool GateAccessor::IsNotWrite(GateRef gate) const in IsNotWrite() function in panda::ecmascript::kungfu::GateAccessor1034 return GetMetaData(gate)->IsNotWrite(); in IsNotWrite()