Home
last modified time | relevance | path

Searched defs:worklist (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/
DGraphPrinter.ts99 let worklist = [startNode]; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp620 ArenaVector<const PointerWithInfo *> worklist(GetGraph()->GetLocalAllocator()->Adapter()); in FindEscapingPointers() local
650 ArenaVector<const PointerWithInfo *> &worklist) in PropagateEscaped()
694 ArenaQueue<PointerWithInfo *> worklist(GetGraph()->GetLocalAllocator()->Adapter()); in SolveConstraints() local
Dobject_type_propagation.cpp1035 void BasicBlockState::Escape(ArenaVector<Ref> &worklist, const ArenaTypedRefSet &refs) in Escape()
1045 void BasicBlockState::Escape(ArenaVector<Ref> &worklist) in Escape()
1067 ArenaVector<Ref> worklist(visitor_->GetGraph()->GetLocalAllocator()->Adapter()); in Escape() local
1087 ArenaVector<Ref> worklist({ref}, visitor_->GetGraph()->GetLocalAllocator()->Adapter()); in TryEscape() local
1098 ArenaVector<Ref> worklist({ref}, visitor_->GetGraph()->GetLocalAllocator()->Adapter()); in ForceEscape() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropJSModifyPropertyCheck.ts185 … const worklist: DVFGNode[] = [DVFGHelper.getOrNewDVFGNode(callerParamInfo.paramAssign, scene)]; constant
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion.cpp205 SetVector<BasicBlock *> worklist; in ComputeLiveSets() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp537 ArenaVector<Inst *> worklist {graphInl->GetLocalAllocator()->Adapter()}; in UpdateExternalParameterDataflow() local