Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp243 void EHFunc::InsertDefaultLabelAndAbortFunc(BlockNode &blkNode, SwitchNode &switchNode, const StmtN… in InsertDefaultLabelAndAbortFunc()
258 void EHFunc::FillSwitchTable(SwitchNode &switchNode, const EHTry &ehTry) in FillSwitchTable()
296 SwitchNode *switchNode = nullptr; in InsertEHSwitchTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp290 BlockNode *MIRLower::LowerSwitchStmt(SwitchNode *switchNode) in LowerSwitchStmt()
Dmir_builder.cpp1227 auto *switchNode = NewNode<SwitchNode>(*GetCurrentFuncCodeMpAllocator(), defaultLabel, opnd); in CreateStmtSwitch() local