Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dearly_elimination.cpp47 if (!acc_.IsNotWrite(curDep)) { in GetLoopDependInfo()
125 if (!acc_.IsNotWrite(gate)) { in TryEliminateOther()
142 if (!acc_.IsNotWrite(gate)) { in TryEliminateGate()
H A Dshare_gate_meta_data.h180 bool IsNotWrite() const in IsNotWrite() function in panda::ecmascript::kungfu::GateMetaData
H A Dgate_accessor.h517 bool IsNotWrite(GateRef gate) const;
H A Dgate_accessor.cpp1117 bool GateAccessor::IsNotWrite(GateRef gate) const in IsNotWrite() function in panda::ecmascript::kungfu::GateAccessor
1119 return GetMetaData(gate)->IsNotWrite(); in IsNotWrite()

Completed in 8 milliseconds