Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp313 scaleBranchCount(Count, Scale), scaleBranchCount(ElseCount, Scale)); in promoteIndirectCall()
H A DPGOInstrumentation.cpp2038 Weights.push_back(scaleBranchCount(ECI, Scale)); in setProfMetadata()
2058 BranchProbability BP(scaleBranchCount(Weights[0], Scale), in setProfMetadata()
2059 scaleBranchCount(WSum, Scale)); in setProfMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h190 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) { in scaleBranchCount() function