Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DThreeWayBranch.cpp58 BinaryBasicBlock *SecondBranch = FalseSucc; in runOnFunction() local
61 SecondBranch = TrueSucc; in runOnFunction()
66 SecondBranch->getConditionalSuccessor(false); in runOnFunction()
68 SecondBranch->getConditionalSuccessor(true); in runOnFunction()
72 if (SecondBranch->pred_size() != 1) in runOnFunction()
81 if (SecondBranch != FalseSucc) in runOnFunction()
124 SecondBranch->removeAllSuccessors(); in runOnFunction()
125 SecondBranch->addSuccessor(Blocks[0].first, in runOnFunction()
127 SecondBranch->addSuccessor(Blocks[1].first, in runOnFunction()
130 SecondBranch->setExecutionCount(NewSecondBranchCount); in runOnFunction()
[all …]