Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcgfunc.cpp614 BB *retBB = CreateNewBB(); in ProcessExitBBVec() local
615 retBB->SetKind(BB::kBBReturn); in ProcessExitBBVec()
616 SetLab2BBMap(retBB->GetLabIdx(), *retBB); in ProcessExitBBVec()
617 GetLastBB()->PrependBB(*retBB); in ProcessExitBBVec()
618 exitBBVec.emplace_back(retBB); in ProcessExitBBVec()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp3256 BB *retBB = CreateNewBB(labidx, onlyExitBB->IsUnreachable(), BB::kBBReturn, onlyExitBB->GetFrequency());
3257 onlyExitBB->AppendBB(*retBB);
3263 GetExitBBsVec().emplace_back(retBB);
3276 BB *retBB = CreateNewBB(labidx, false, BB::kBBReturn, freq);
3277 GetLastBB()->PrependBB(*retBB);
3279 GetExitBBsVec().emplace_back(retBB);

Completed in 9 milliseconds