Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp7443 uint64_t BB2TWeight, BB2FWeight; in mergeNestedCondBranch() local
7444 if (extractBranchWeights(*BB2BI, BB2TWeight, BB2FWeight)) in mergeNestedCondBranch()
7447 BB2TWeight = BB2FWeight = 1; in mergeNestedCondBranch()
7450 BBTWeight * BB1TWeight + BBFWeight * BB2FWeight}; in mergeNestedCondBranch()