Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7443 uint64_t BB2TWeight, BB2FWeight; in mergeNestedCondBranch() local
7444 if (extractBranchWeights(*BB2BI, BB2TWeight, BB2FWeight)) in mergeNestedCondBranch()
7447 BB2TWeight = BB2FWeight = 1; in mergeNestedCondBranch()
7449 uint64_t Weights[2] = {BBTWeight * BB1FWeight + BBFWeight * BB2TWeight, in mergeNestedCondBranch()