Home
last modified time | relevance | path

Searched refs:IsDead (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddead_code_elimination.cpp45 if (acc_.IsDead(state)) { in StateIsDead()
54 if (state != Circuit::NullGate() && acc_.IsDead(state)) { in EliminateDependSelector()
62 if (acc_.IsDead(depend)) { in EliminateDependSelector()
74 if (state != Circuit::NullGate() && acc_.IsDead(state)) { in EliminateIfException()
78 if (acc_.IsDead(depend)) { in EliminateIfException()
87 if (state != Circuit::NullGate() && acc_.IsDead(state)) { in EliminateLoopExit()
96 if (state != Circuit::NullGate() && acc_.IsDead(state)) { in EliminateBranch()
100 if (acc_.IsDead(value)) { in EliminateBranch()
126 if (acc_.IsDead(loopEntry)) { in EliminateMergeAndLoopBegin()
134 if (acc_.IsDead(inpu in EliminateMergeAndLoopBegin()
[all...]
H A Dgraph_linearizer.cpp909 if (r->IsDead()) { in LinearizeRegions()
984 if (!src->IsDead() && src->IsSimple(&acc_)) { in OptimizeCFG()
1023 if (bb->IsDead()) { in PrintGraph()
H A Dgraph_linearizer.h84 bool IsDead() const in IsDead() function in panda::ecmascript::kungfu::GateRegion
H A Dshare_gate_meta_data.cpp200 bool GateMetaData::IsDead() const in IsDead() function in panda::ecmascript::kungfu::GateMetaData
H A Dshare_gate_meta_data.h169 bool IsDead() const;
H A Dgate_accessor.h518 bool IsDead(GateRef gate) const;
H A Dgate_accessor.cpp1870 bool GateAccessor::IsDead(GateRef gate) const in IsDead() function in GateAccessor
1872 return GetMetaData(gate)->IsDead(); in IsDead()

Completed in 11 milliseconds