Home
last modified time | relevance | path

Searched refs:DFSState (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dverifier.cpp146 struct DFSState { in RunCFGIsDAGCheck() struct
151 std::stack<DFSState> dfsStack; in RunCFGIsDAGCheck()
299 struct DFSState { in RunFlowCyclesFind() struct
308 std::stack<DFSState> dfsStack; in RunFlowCyclesFind()
520 struct DFSState { in Run() struct
525 std::stack<DFSState> dfsStack; in Run()
H A Dscheduler.cpp155 struct DFSState { in Run() struct
160 std::stack<DFSState> dfsStack; in Run()
244 struct DFSState { in CalculateSchedulingUpperBound() struct
250 DFSState emptyState = {Circuit::NullGate(), std::vector<GateRef>(0), 0, 0}; in CalculateSchedulingUpperBound()
253 std::stack<DFSState> dfsStack; in CalculateSchedulingUpperBound()
H A Dgraph_linearizer.cpp441 dfsStack_.resize(size, DFSState(nullptr, 0)); in ComputeLoopNumber()
464 loopbacks_.emplace_back(DFSState(curRegion, index - 1)); // -1: for prev in ComputeLoopNumber()
561 struct DFSState { struct in panda::ecmascript::kungfu::LoopInfoBuilder
562 DFSState(GateRegion *region, size_t index) in DFSState() function
570 ChunkVector<DFSState> loopbacks_;
572 ChunkVector<DFSState> dfsStack_;
H A Dframe_states.cpp1124 dfsStack_.resize(size, DFSState(0, 0)); in ComputeLoopInfo()
1328 struct DFSState { struct in panda::ecmascript::kungfu::BlockLoopAnalysis
1329 DFSState(size_t bbId, size_t index) in DFSState() function
1351 ChunkVector<DFSState> dfsStack_;
H A Dbytecode_circuit_builder.cpp164 struct DFSState { in PerformDFS() struct
169 std::stack<DFSState> dfsStack; in PerformDFS()

Completed in 13 milliseconds