Home
last modified time | relevance | path

Searched refs:CondSucc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp819 BinaryBasicBlock *CondSucc = PredBB->getConditionalSuccessor(true); in fixTailCalls() local
820 if (!CondSucc) in fixTailCalls()
853 const bool DirectionFlag = CondSucc == BB ? IsForwardCTC : !IsForwardCTC; in fixTailCalls()
861 if (CondSucc != BB) { in fixTailCalls()
868 NeedsUncondBranch.emplace_back(PredBB, CondSucc); in fixTailCalls()
908 const BinaryBasicBlock *CondSucc = Entry.second; in fixTailCalls() local
933 MIB->replaceBranchTarget(*UncondBranch, CondSucc->getLabel(), Ctx); in fixTailCalls()
936 MIB->createUncondBranch(Branch, CondSucc->getLabel(), Ctx); in fixTailCalls()