Home
last modified time | relevance | path

Searched refs:CreateSwitchInternal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h514 return builder.CreateSwitchInternal(type, cond, defaultBB, cases); in Done()
725 …Stmt &CreateSwitchInternal(Type *type, Expr cond, BB &defaultBB, std::vector<std::pair<int64_t, BB…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp544 Stmt &LMIRBuilder::CreateSwitchInternal(Type *type, Expr cond, BB &defaultBB, in CreateSwitchInternal() function in maple::litecg::LMIRBuilder