Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_cdg.h30 class CDGEdge; variable
574 CDGEdge(CDGNode &from, CDGNode &to, int32 cond) : fromNode(from), toNode(to), condition(cond) {} in CDGEdge() function