Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrumentation.h182 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) { in scaleBranchCount() function
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp332 scaleBranchCount(Count, Scale), scaleBranchCount(ElseCount, Scale)); in createIfThenElse()
DPGOInstrumentation.cpp744 Weights.push_back(scaleBranchCount(ECI, Scale)); in setBranchWeights()