Searched defs:exitBB (Results 1 – 3 of 3) sorted by relevance
157 void AArch64GenProEpilog::TailCallBBOpt(BB &bb, MapleSet<Insn *> &callInsns, BB &exitBB) in TailCallBBOpt()207 BB *exitBB = nullptr; in TailCallOpt() local1565 bool AArch64GenProEpilog::TestPredsOfRetBB(const BB &exitBB) in TestPredsOfRetBB()1984 BB *exitBB = GetCurTailcallExitBB(); in ConvertToTailCalls() local2100 for (auto *exitBB : cgFunc.GetExitBBsVec()) { in Run() local
505 for (uint32 exitBB : wkCand.restoreAtExitBBs) { in DetermineCalleeRestoreLocations() local
891 BB *exitBB = cgFunc->GetExitBBsVec().size() == 0 ? nullptr : cgFunc->GetExitBB(0); in BreakCriticalEdge() local