Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp60 if (!acc_.IsNotWrite(curDep)) { in GetLoopDependInfo()
119 if (!acc_.IsNotWrite(gate)) { in TryEliminateOther()
136 if (!acc_.IsNotWrite(gate)) { in TryEliminateGate()
Dgate_accessor.h466 bool IsNotWrite(GateRef gate) const;
Dgate_accessor.cpp678 bool GateAccessor::IsNotWrite(GateRef gate) const in IsNotWrite() function in panda::ecmascript::kungfu::GateAccessor
680 return GetMetaData(gate)->IsNotWrite(); in IsNotWrite()
Dgate_meta_data.h563 bool IsNotWrite() const in IsNotWrite() function