Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp27 ChunkQueue<InlineTypeInfoAccessor> workList(chunk_); in RunTSInlineLowering() local
61 …d TSInlineLowering::CandidateInlineCall(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList) in CandidateInlineCall()
103 …lineLowering::TryInline(InlineTypeInfoAccessor &info, ChunkQueue<InlineTypeInfoAccessor> &workList) in TryInline()
613 void TSInlineLowering::UpdateWorkList(ChunkQueue<InlineTypeInfoAccessor> &workList) in UpdateWorkList()
660 void TSInlineLowering::CandidateAccessor(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList in CandidateAccessor()
670 …d TSInlineLowering::CandidateNormalCall(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList in CandidateNormalCall()
Dloop_analysis.cpp199 ChunkQueue<GateRef> workList(chunk_); in LoopExitElimination() local
Dgraph_editor.cpp155 std::queue<GateRef> workList; in EliminatePhi() local
Dearly_elimination.cpp38 ChunkQueue<GateRef> workList(chunk_); in GetLoopDependInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_pre.h89 MapleList<PreWorkCand *> workList; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h284 void SetWorkList(WorkList *workList) in SetWorkList()
Dpgo_profiler.cpp343 auto workList = workNode->GetWorkList(); in PGODump() local
508 auto workList = workNode->GetWorkList(); in PGOPreDump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp504 std::queue<BB *> workList; in BFS() local