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/
H A DInstrumentation.h178 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.cpp602 return MDB.createBranchWeights(scaleBranchCount(TrueWeight, Scale), in createBranchWeights()
603 scaleBranchCount(FalseWeight, Scale)); in createBranchWeights()
H A DPGOInstrumentation.cpp2301 Weights.push_back(scaleBranchCount(ECI, Scale)); in setProfMetadata()
2323 BranchProbability BP(scaleBranchCount(Weights[0], Scale), in setProfMetadata()
2324 scaleBranchCount(WSum, Scale)); in setProfMetadata()