LLVM  8.0.1
Functions
ImportedFunctionsInliningStatistics.cpp File Reference
#include "llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <iomanip>
#include <sstream>
Include dependency graph for ImportedFunctionsInliningStatistics.cpp:

Go to the source code of this file.

Functions

static std::string getStatString (const char *Msg, int32_t Fraction, int32_t All, const char *PercentageOfMsg, bool LineEnd=true)
 

Function Documentation

◆ getStatString()

static std::string getStatString ( const char Msg,
int32_t  Fraction,
int32_t  All,
const char PercentageOfMsg,
bool  LineEnd = true 
)
static

Definition at line 71 of file ImportedFunctionsInliningStatistics.cpp.