Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dscc.h152 void RemoveInScc(SCCNode<T> *const sccNode) in RemoveInScc()
256 SCCNode<T> *sccNode = cgAlloc.GetMemPool()->New<SCCNode<T>>(numOfSccs++, cgAlloc); in BuildSCCDFS() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h1051 SCCNode<BB> *sccNode = nullptr; variable