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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp70 static std::string getStatString(const char *Msg, int32_t Fraction, int32_t All, argument
75 Result = 100 * static_cast<double>(Fraction) / All;
78 Str << std::setprecision(4) << Msg << ": " << Fraction << " [" << Result

Completed in 99 milliseconds