Home
last modified time | relevance | path

Searched refs:retBBPart (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp624 BB *retBBPart = CreateNewBB(false, BB::kBBFallthru, bb->GetFrequency()); in ProcessExitBBVec() local
625 DEBUG_ASSERT(retBBPart != nullptr, "retBBPart should not be nullptr"); in ProcessExitBBVec()
628 retBBPart->AddLabel(retBBPartLabelIdx); in ProcessExitBBVec()
629 lab2BBMap[retBBPartLabelIdx] = retBBPart; in ProcessExitBBVec()
634 retBBPart->AppendInsn(*insn); in ProcessExitBBVec()
637 bb->PrependBB(*retBBPart); in ProcessExitBBVec()

Completed in 2 milliseconds