Home
last modified time | relevance | path

Searched refs:DEAD (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DbaseAnalyzer.h32 enum class LivenessStatus { DEAD, ALIVE }; member in ark::es2panda::ark::es2panda::checker::LivenessStatus
80 return value ? LivenessStatus::ALIVE : LivenessStatus::DEAD; in From()
H A DaliveAnalyzer.cpp180 if (node != nullptr && node->IsClassStaticBlock() && status_ == LivenessStatus::DEAD) { in AnalyzeDef()
191 if (status_ == LivenessStatus::DEAD) { in AnalyzeStat()
442 if (status_ != LivenessStatus::DEAD) { in AnalyzeTry()
458 if (status_ == LivenessStatus::DEAD) { in AnalyzeTry()
465 status_ = isAlive ? LivenessStatus::ALIVE : LivenessStatus::DEAD; in AnalyzeTry()
H A DaliveAnalyzer.h44 status_ = LivenessStatus::DEAD;
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcombined_pass_visitor.cpp67 ASSERT(acc_.GetDependCount(gate) == 1 || acc_.GetOpCode(replacement) == OpCode::DEAD); // 1: one dep in ReplaceGate()
72 ASSERT(acc_.GetStateCount(gate) == 1 || acc_.GetOpCode(replacement) == OpCode::DEAD); // 1: one state in ReplaceGate()
88 if (acc_.GetOpCode(replacement) == OpCode::DEAD) { in ReplaceGate()
H A Dgraph_linearizer.h81 stateKind_ = StateKind::DEAD; in SetDead()
86 return stateKind_ == StateKind::DEAD; in IsDead()
225 DEAD enumerator
H A Dgate.cpp248 if (opcode != OpCode::NOP && opcode != OpCode::DEAD) { in GetValueInAndOut()
365 if (GetOpCode() == OpCode::NOP || GetOpCode() == OpCode::DEAD) { in CheckNOP()
799 ASSERT(opcode != OpCode::NOP && opcode != OpCode::DEAD); in DumpHeader()
818 ASSERT(opcode != OpCode::NOP && opcode != OpCode::DEAD); in DumpInputs()
849 ASSERT(opcode != OpCode::NOP && opcode != OpCode::DEAD); in DumpOutputs()
877 if (opcode == OpCode::NOP || opcode == OpCode::DEAD) { in ToString()
896 if (opcode != OpCode::NOP && opcode != OpCode::DEAD) { in ShortPrint()
H A Dshare_gate_meta_data.cpp197 return (opcode_ == OpCode::NOP || opcode_ == OpCode::DEAD); in IsNop()
202 return opcode_ == OpCode::DEAD; in IsDead()
H A Dgraph_editor.cpp68 case OpCode::DEAD: in RemoveGate()
H A Dshare_opcodes.h37 V(Dead, DEAD, GateFlags::NONE_FLAG, 0, 0, 0) \
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp230 OpCode::DEAD, OpCode::RETURN_LIST, in InitializeHandlers()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp876 OpCode::DEAD, in InitializeHandlers()

Completed in 18 milliseconds