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/src/be/
Dtrycatchblockslower.cpp18 BBT *TryCatchBlocksLower::CreateNewBB(StmtNode *first, StmtNode *last) in CreateNewBB() function in maplebe::TryCatchBlocksLower
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1358 BB *CreateNewBB() in CreateNewBB() function
1365 BB *CreateNewBB(bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB() function
1374 BB *CreateNewBB(LabelIdx label, bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB() function