Searched refs:NewSecondBranchCount (Results 1 – 1 of 1) sorted by relevance
109 uint64_t NewSecondBranchCount = Blocks[1].first->getExecutionCount() + in runOnFunction() local112 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()