Home
last modified time | relevance | path

Searched refs:SCCNode (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
H A Dscc.h26 class SCCNode { class
28 SCCNode(uint32 index, MapleAllocator &alloc) in SCCNode() function in maple::SCCNode
33 ~SCCNode() = default;
142 const MapleSet<SCCNode<T> *, Comparator<SCCNode<T>>> &GetOutScc() const in GetOutScc()
147 const MapleSet<SCCNode<T> *, Comparator<SCCNode<T>>> &GetInScc() const in GetInScc()
152 void RemoveInScc(SCCNode<T> *const sccNode) in RemoveInScc()
218 MapleSet<SCCNode<T> *, Comparator<SCCNode<
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h956 SCCNode<BB> *GetSCCNode()
960 void SetSCCNode(SCCNode<BB> *scc)
1051 SCCNode<BB> *sccNode = nullptr;

Completed in 3 milliseconds