Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp47 if (!acc_.IsNotWrite(curDep)) { in GetLoopDependInfo()
118 if (!acc_.IsNotWrite(gate)) { in TryEliminateOther()
135 if (!acc_.IsNotWrite(gate)) { in TryEliminateGate()
Dshare_gate_meta_data.h245 bool IsNotWrite() const in IsNotWrite() function
Dgate_accessor.h507 bool IsNotWrite(GateRef gate) const;
Dgate_accessor.cpp1032 bool GateAccessor::IsNotWrite(GateRef gate) const in IsNotWrite() function in panda::ecmascript::kungfu::GateAccessor
1034 return GetMetaData(gate)->IsNotWrite(); in IsNotWrite()