Home
last modified time | relevance | path

Searched defs:exitBB (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp157 void AArch64GenProEpilog::TailCallBBOpt(BB &bb, MapleSet<Insn *> &callInsns, BB &exitBB) in TailCallBBOpt()
207 BB *exitBB = nullptr; in TailCallOpt() local
1565 bool AArch64GenProEpilog::TestPredsOfRetBB(const BB &exitBB) in TestPredsOfRetBB()
1984 BB *exitBB = GetCurTailcallExitBB(); in ConvertToTailCalls() local
2100 for (auto *exitBB : cgFunc.GetExitBBsVec()) { in Run() local
Daarch64_regsaves.cpp505 for (uint32 exitBB : wkCand.restoreAtExitBBs) { in DetermineCalleeRestoreLocations() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp891 BB *exitBB = cgFunc->GetExitBBsVec().size() == 0 ? nullptr : cgFunc->GetExitBB(0); in BreakCriticalEdge() local