Searched refs:getStatString (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, function
139 << getStatString("inlined functions", InlinedFunctionsCount,
141 << getStatString("imported functions inlined anywhere",
144 << getStatString("imported functions inlined into importing module",
148 << getStatString(", remaining", ImportedNotInlinedIntoModule,
150 << getStatString("non-imported functions inlined anywhere",
153 << getStatString(

Completed in 35 milliseconds