Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1263 BB *CreateNewBB() in CreateNewBB() function
1270 BB *CreateNewBB(bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB() function
1279 BB *CreateNewBB(LabelIdx label, bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dtrycatchblockslower.cpp18 BBT *TryCatchBlocksLower::CreateNewBB(StmtNode *first, StmtNode *last) in CreateNewBB() function in maplebe::TryCatchBlocksLower