Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1626 explicit CondGotoNode(Opcode o) : CondGotoNode(o, 0, nullptr) {} in CondGotoNode() function
1628CondGotoNode(Opcode o, uint32 offset, BaseNode *opnd) : UnaryStmtNode(o, kPtyInvalid, opnd), offse… in CondGotoNode() function