Home
last modified time | relevance | path

Searched defs:workList (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_analysis.cpp179 ChunkQueue<GateRef> workList(chunk_); in LoopExitElimination() local
Dts_inline_lowering.cpp30 ChunkQueue<CallGateInfo> workList(chunk_); in RunTSInlineLowering() local
40 void TSInlineLowering::CandidateInlineCall(GateRef gate, ChunkQueue<CallGateInfo> &workList) in CandidateInlineCall()
77 void TSInlineLowering::TryInline(CallGateInfo &info, ChunkQueue<CallGateInfo> &workList) in TryInline()
554 void TSInlineLowering::UpdateWorkList(ChunkQueue<CallGateInfo> &workList) in UpdateWorkList()
630 void TSInlineLowering::CandidateAccessor(GateRef gate, ChunkQueue<CallGateInfo> &workList, CallKind… in CandidateAccessor()
643 void TSInlineLowering::CandidateNormalCall(GateRef gate, ChunkQueue<CallGateInfo> &workList, CallKi… in CandidateNormalCall()
Dgraph_editor.cpp122 std::queue<GateRef> workList; in EliminatePhi() local
Dearly_elimination.cpp51 ChunkQueue<GateRef> workList(chunk_); in GetLoopDependInfo() local
Dbytecode_circuit_builder.cpp425 std::queue<uint16_t> workList; in InsertPhi() local
1510 ChunkVector<size_t> workList(circuit_->chunk()); in CollectLoopBack() local
1569 ChunkQueue<size_t> workList (circuit_->chunk()); in ComputeLoopDepth() local