Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7433 uint64_t BBTWeight, BBFWeight; in mergeNestedCondBranch() local
7434 if (extractBranchWeights(*BI, BBTWeight, BBFWeight)) in mergeNestedCondBranch()
7437 BBTWeight = BBFWeight = 1; in mergeNestedCondBranch()
7449 uint64_t Weights[2] = {BBTWeight * BB1FWeight + BBFWeight * BB2TWeight, in mergeNestedCondBranch()
7450 BBTWeight * BB1TWeight + BBFWeight * BB2FWeight}; in mergeNestedCondBranch()