Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1068 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight() function
1085 return MDHelper.createBranchWeights(scaleBranchWeight(TrueCount, Scale), in createProfileWeights()
1086 scaleBranchWeight(FalseCount, Scale)); in createProfileWeights()
1106 ScaledWeights.push_back(scaleBranchWeight(W, Scale)); in createProfileWeights()