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.h797 BB *CreateNewBB() in CreateNewBB() function
804 BB *CreateNewBB(bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB() function
813 BB *CreateNewBB(LabelIdx label, bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DCFG.cpp233 CFG::BasicBlock *CFG::CreateNewBB(const std::vector<BasicBlock *> &&preds, in CreateNewBB() function in ark::es2panda::compiler::CFG