Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DThreeWayBranch.cpp109 uint64_t NewSecondBranchCount = Blocks[1].first->getExecutionCount() + in runOnFunction() local
112 NewSecondBranchCount > Blocks[2].first->getExecutionCount(); in runOnFunction()
117 BB->addSuccessor(SecondBranch, NewSecondBranchCount); in runOnFunction()
119 BB->addSuccessor(SecondBranch, NewSecondBranchCount); in runOnFunction()
130 SecondBranch->setExecutionCount(NewSecondBranchCount); in runOnFunction()