Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp31 ChunkQueue<InlineTypeInfoAccessor> workList(chunk_); in RunTSInlineLowering() local
73 …d TSInlineLowering::CandidateInlineCall(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList) in CandidateInlineCall()
113 …lineLowering::TryInline(InlineTypeInfoAccessor &info, ChunkQueue<InlineTypeInfoAccessor> &workList) in TryInline()
622 void TSInlineLowering::UpdateWorkList(ChunkQueue<InlineTypeInfoAccessor> &workList) in UpdateWorkList()
664 void TSInlineLowering::CandidateAccessor(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList in CandidateAccessor()
674 …d TSInlineLowering::CandidateNormalCall(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList in CandidateNormalCall()
Dgraph_editor.cpp131 std::queue<GateRef> workList; in EliminatePhi() local
Dloop_analysis.cpp196 ChunkQueue<GateRef> workList(chunk_); in LoopExitElimination() 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/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp470 std::queue<BB *> workList; in BFS() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h324 void SetWorkList(WorkList *workList) in SetWorkList()
Dpgo_profiler.cpp266 auto workList = workNode->GetWorkList(); in PGODump() local
347 auto workList = workNode->GetWorkList(); in PGOPreDump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp1037 std::set<MIRType *> workList; in MayNotRefCyclicly() local
1043 bool WKTypes::Util::NotCyclicType(MIRType &type, std::set<MIRType *> &workList) in NotCyclicType()