Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp319 CondGotoNode *condGoto = builder->CreateStmtCondGoto(eqNode, OP_brtrue, caseGotoLabel); in LowerSwitchStmt() local
330 CondGotoNode *condGoto = builder->CreateStmtCondGoto(ltNode, OP_brtrue, defaultLabel); in LowerSwitchStmt() local
651 CondGotoNode *condGoto = static_cast<CondGotoNode *>(stmt); in LowerCandCior() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h3182 …explicit GotoMeStmt(const GotoMeStmt &condGoto) : MeStmt(MeStmt(condGoto.GetOp())), offset(condGot… in GotoMeStmt()
3212 explicit CondGotoMeStmt(const CondGotoMeStmt &condGoto) in CondGotoMeStmt()