Home
last modified time | relevance | path

Searched refs:IsIfOrSwitchRelated (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddead_code_elimination.cpp103 if (acc_.IsIfOrSwitchRelated(*it)) { in EliminateBranch()
H A Dshare_gate_meta_data.cpp175 bool GateMetaData::IsIfOrSwitchRelated() const in IsIfOrSwitchRelated() function in panda::ecmascript::kungfu::GateMetaData
H A Dshare_gate_meta_data.h166 bool IsIfOrSwitchRelated() const;
H A Dgate_accessor.h571 bool IsIfOrSwitchRelated(GateRef gate) const;
H A Dgate_accessor.cpp1147 bool GateAccessor::IsIfOrSwitchRelated(GateRef gate) const in IsIfOrSwitchRelated() function in panda::ecmascript::kungfu::GateAccessor
1149 return GetMetaData(gate)->IsIfOrSwitchRelated(); in IsIfOrSwitchRelated()

Completed in 8 milliseconds