Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1446 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight() function
1463 return MDHelper.createBranchWeights(scaleBranchWeight(TrueCount, Scale), in createProfileWeights()
1464 scaleBranchWeight(FalseCount, Scale)); in createProfileWeights()
1484 ScaledWeights.push_back(scaleBranchWeight(W, Scale)); in createProfileWeights()