Home
last modified time | relevance | path

Searched defs:sccNode (Results 1 – 6 of 6) 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.h421 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.cpp332 auto *sccNode = GetAlloc().GetMemPool()->New<SCCOfBBs>(numOfSCCs++, &bb, &GetAlloc()); in BuildSCCDFS() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp576 SCCNode<CGNode> *sccNode = *it; in SetCompilationFunclist() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h558 SCCNode<BB> *sccNode = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h1071 SCCNode<BB> *sccNode = nullptr; variable