Home
last modified time | relevance | path

Searched refs:workList_ (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Duseless_gate_elimination.cpp22 workList_.push_back(gate); in PushGate()
46 while (!workList_.empty()) { in MarkGate()
47 GateRef gate = workList_.back(); in MarkGate()
48 workList_.pop_back(); in MarkGate()
H A Dgraph_editor.h29 chunk_(circuit->chunk()), workList_(circuit->chunk()) {} in GraphEditor()
46 ChunkVector<Edge> workList_; member in panda::ecmascript::kungfu::GraphEditor
H A Dcombined_pass_visitor.h66 chunk_(chunk), workList_(chunk), changedList_(chunk), orderList_(chunk), passList_(chunk) {} in CombinedPassVisitor()
90 workList_.push_back(Edge{gate, index}); in PushGate()
102 workList_.pop_back(); in PopGate()
118 ChunkDeque<Edge> workList_; member in panda::ecmascript::kungfu::CombinedPassVisitor
H A Dgraph_editor.cpp52 workList_.push_back(useIt.GetEdge()); in ReplaceGate()
61 while (!workList_.empty()) { in RemoveGate()
62 Edge& edge = workList_.back(); in RemoveGate()
64 workList_.pop_back(); in RemoveGate()
H A Dcombined_pass_visitor.cpp140 if (!workList_.empty()) { in VisitGraph()
141 Edge& current = workList_.back(); in VisitGraph()
255 for (size_t i = 0; i < workList_.size(); i++) { in PrintStack()
256 Edge current = workList_[i]; in PrintStack()
H A Duseless_gate_elimination.h41 std::vector<GateRef> workList_; member in panda::ecmascript::kungfu::UselessGateElimination
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h286 workList_ = workList; in SetWorkList()
311 return workList_; in GetWorkList()
315 WorkList *workList_ { nullptr };

Completed in 3 milliseconds