Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h186 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) { in scaleBranchCount() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp614 return MDB.createBranchWeights(scaleBranchCount(TrueWeight, Scale), in createBranchWeights()
615 scaleBranchCount(FalseWeight, Scale)); in createBranchWeights()
H A DPGOInstrumentation.cpp2416 Weights.push_back(scaleBranchCount(ECI, Scale)); in setProfMetadata()
2438 BranchProbability BP(scaleBranchCount(Weights[0], Scale), in setProfMetadata()
2439 scaleBranchCount(WSum, Scale)); in setProfMetadata()