Searched refs:calculateWeightScale (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp764 static uint64_t calculateWeightScale(uint64_t MaxWeight) { function
775 /// \pre \c Scale was calculated by \a calculateWeightScale() with a weight no
791 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount));
810 uint64_t Scale = calculateWeightScale(MaxWeight);

Completed in 54 milliseconds