Home
last modified time | relevance | path

Searched defs:sccNode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dscc.h155 void RemoveInScc(SCCNode<T> *const sccNode) in RemoveInScc()
259 SCCNode<T> *sccNode = cgAlloc.GetMemPool()->New<SCCNode<T>>(numOfSccs++, cgAlloc); in BuildSCCDFS() local
Dcall_graph.h410 SCCNode<CGNode> *sccNode; // the id of the scc where this cgnode belongs to variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp817 auto *sccNode = GetAlloc().GetMemPool()->New<SCCOfBBs>(numOfSCCs++, &bb, &GetAlloc()); in BuildSCCDFS() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp1737 SCCNode<CGNode> *sccNode = sccTopologicalVec[idx]; in RemoveFileStaticSCC() local
1803 SCCNode<CGNode> *sccNode = *it; in SetCompilationFunclist() local