Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp292 Score BranchScore = walk(C.Branches[I].second); in walk() local
307 if (TookTrivial || !C.Taken || BranchScore > Best) { in walk()
308 Best = BranchScore; in walk()