Home
last modified time | relevance | path

Searched refs:GetStateRoot (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Ddead_code_elimination_test.cpp74 auto entry = acc.GetStateRoot(); in HWTEST_F_L0()
106 auto entry = acc.GetStateRoot(); in HWTEST_F_L0()
H A Dcombined_pass_visitor_test.cpp50 auto entry = acc.GetStateRoot(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.cpp548 GateRef Circuit::GetStateRoot() const in GetStateRoot() function in panda::ecmascript::kungfu::Circuit
551 return acc.GetStateRoot(); in GetStateRoot()
H A Dcircuit_builder_helper.cpp41 entry_ = Label(NewLabel(this, circuit_->GetStateRoot())); in Environment()
H A Dstring_builder_optimizer.cpp279 while (gate != acc_.GetStateRoot()) { in LoopContains()
H A Dgate_accessor.h580 GateRef GetStateRoot() const in GetStateRoot() function in panda::ecmascript::kungfu::GateAccessor
602 return gate == GetStateRoot(); in IsStateRoot()
H A Dasync_function_lowering.cpp302 return circuit_->GetStateRoot(); in GetEntryBBStateOut()
H A Dcircuit.h104 GateRef GetStateRoot() const;
H A Dscheduler.cpp56 auto startGate = acc.GetStateRoot(); in CalculateDominatorTree()
H A Dverifier.cpp153 auto root = gateAcc.GetStateRoot(); in RunCFGIsDAGCheck()
H A Darray_bounds_check_elimination.cpp291 while (gate != acc_.GetStateRoot()) { in InLoop()
H A Dgraph_linearizer.cpp72 auto startGate = acc_.GetStateRoot(); in VisitStateGates()
H A Dts_inline_lowering.cpp411 auto stateEntry = acc_.GetStateRoot(); in ReplaceEntryGate()
H A Dframe_states.cpp422 frameContext->currentState_ = circuit_->GetStateRoot(); in InitEntryBB()

Completed in 16 milliseconds