Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7438 uint64_t BB1TWeight, BB1FWeight; in mergeNestedCondBranch() local
7439 if (extractBranchWeights(*BB1BI, BB1TWeight, BB1FWeight)) in mergeNestedCondBranch()
7442 BB1TWeight = BB1FWeight = 1; in mergeNestedCondBranch()
7449 uint64_t Weights[2] = {BBTWeight * BB1FWeight + BBFWeight * BB2TWeight, in mergeNestedCondBranch()