Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dscheduler.cpp68 acc.IsState(*useIt) && acc.GetMark(*useIt) == MarkCode::NO_MARK) { in CalculateDominatorTree()
264 } else if (acc.IsState(gate)) { in CalculateSchedulingUpperBound()
433 if (acc.IsState(curGate)) { // cur_opcode would not be STATE_ENTRY in CalculateSchedulingLowerBound()
482 if (acc.IsState(predState) || in Print()
494 if (acc.IsState(succState) || in Print()
H A Dgate.cpp88 if ((actual != OpCode::STATE_ENTRY) && (!gatePtr->meta_->IsState())) { in CheckState()
297 if (!GetMetaData()->IsState()) { in CheckStateOutput()
305 if (curOut->IsStateEdge() && meta->IsState()) { in CheckStateOutput()
311 if (curOut->IsStateEdge() && meta->IsState()) { in CheckStateOutput()
343 if (curOut->GetGateConst()->GetMetaData()->IsState() && curOut->IsStateEdge()) { in CheckBranchOutput()
350 if (curOut->GetGateConst()->GetMetaData()->IsState() && curOut->IsStateEdge()) { in CheckBranchOutput()
H A Dverifier.cpp127 if (gateAcc.IsState(predGate) || circuit->GetOpCode(predGate) == OpCode::STATE_ENTRY) { in RunCFGSoundnessCheck()
167 if (gateAcc.IsState(*use) && use.GetIndex() < gateAcc.GetStateCount(*use)) { in RunCFGIsDAGCheck()
203 ASSERT(gateAcc.IsState(*use)); in RunCFGReducibilityCheck()
H A Dgate_accessor.cpp925 if (GetMetaData(ref)->IsState()) { in GetOutStates()
931 if (GetMetaData(ref)->IsState()) { in GetOutStates()
1064 bool GateAccessor::IsState(GateRef gate) const in IsState() function in panda::ecmascript::kungfu::GateAccessor
1066 return GetMetaData(gate)->IsState(); in IsState()
1657 if (!IsState(*useIt)) { in ReplaceInAfterInsert()
H A Dasync_function_lowering.cpp241 if (accessor_.IsState(use) && use != ifBranch) { in ModifyStateInput()
H A Dshare_gate_meta_data.cpp90 bool GateMetaData::IsState() const in IsState() function in panda::ecmascript::kungfu::GateMetaData
H A Dgraph_linearizer.cpp55 ASSERT(acc_.IsState(input) || acc_.GetOpCode(input) == OpCode::STATE_ENTRY); in Run()
103 if (acc_.IsStateIn(useIt) && acc_.IsState(*useIt) && acc_.GetMark(*useIt) == MarkCode::NO_MARK) { in VisitStateGates()
H A Dshare_gate_meta_data.h160 bool IsState() const; // note: IsState(STATE_ENTRY) == false
H A Dgate_accessor.h508 bool IsState(GateRef gate) const;
H A Dpost_schedule.cpp156 ASSERT(acc_.IsState(currentBBState)); in ReplaceBBState()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp263 if (!acc_.IsState(r)) { in Build()

Completed in 21 milliseconds