Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3248 const BinaryBasicBlock *FSuccessor = BB->getConditionalSuccessor(false); in fixBranches() local
3253 std::swap(TSuccessor, FSuccessor); in fixBranches()
3263 if (TSuccessor == FSuccessor) in fixBranches()
3266 ((NextBB != TSuccessor || !IsSupported) && NextBB != FSuccessor)) { in fixBranches()
3271 TSuccessor->isCold() != FSuccessor->isCold() && in fixBranches()
3273 std::swap(TSuccessor, FSuccessor); in fixBranches()
3281 BB->addBranchInstruction(FSuccessor); in fixBranches()