Home
last modified time | relevance | path

Searched refs:startGate (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp35 GateRef startGate = acc_.GetValueIn(gate, 0); in IsInductionVariable() local
37 if (!IsIntConstant(startGate)) { in IsInductionVariable()
53 for (size_t i = 2; i < numValueIn; i++) { // 2: skip startGate and valueGate in IsInductionVariable()
76 GateRef startGate = acc_.GetValueIn(gate, 0); in GetStartAndStride() local
77 ASSERT(IsIntConstant(startGate)); in GetStartAndStride()
78 auto start = GetIntFromTaggedConstant(startGate); in GetStartAndStride()
H A Dverifier.cpp304 for (const auto &startGate : startGateList) { in RunFlowCyclesFind()
305 if (!gateAcc.IsNotMarked(startGate)) { in RunFlowCyclesFind()
309 size_t startNumIns = gateAcc.GetNumIns(startGate); in RunFlowCyclesFind()
310 dfsStack.push({startGate, startNumIns, 0}); in RunFlowCyclesFind()
311 gateAcc.SetVisited(startGate); in RunFlowCyclesFind()
312 schedulableGatesListPtr->push_back(startGate); in RunFlowCyclesFind()
H A Dscheduler.cpp56 auto startGate = acc.GetStateRoot(); in CalculateDominatorTree() local
57 acc.SetMark(startGate, MarkCode::VISITED); in CalculateDominatorTree()
58 pendingList.push_back(startGate); in CalculateDominatorTree()
H A Dgraph_linearizer.cpp72 auto startGate = acc_.GetStateRoot(); in VisitStateGates() local
73 acc_.SetMark(startGate, MarkCode::VISITED); in VisitStateGates()
74 pendingList_.emplace_back(startGate); in VisitStateGates()

Completed in 6 milliseconds