Home
last modified time | relevance | path

Searched refs:dependList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h180 std::deque<CString> &dependList) in AddDependList() argument
197 dependList.emplace_back(it->second.first); in AddDependList()
Dts_inline_lowering.cpp344 auto dependList = std::vector<GateRef>(numOfIns + 1, Circuit::NullGate()); in MergeAllReturn() local
351 dependList[i + 1] = acc_.GetDep(returnGate); in MergeAllReturn()
357 dependList[0] = state; in MergeAllReturn()
359 depend = circuit_->NewGate(circuit_->DependSelector(numOfIns), dependList); in MergeAllReturn()