Home
last modified time | relevance | path

Searched refs:BB1TWeight (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()
7450 BBTWeight * BB1TWeight + BBFWeight * BB2FWeight}; in mergeNestedCondBranch()