|
LLVM
4.0.0
|
#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>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) |
|
static |
Definition at line 69 of file ImportedFunctionsInliningStatistics.cpp.
Referenced by llvm::ImportedFunctionsInliningStatistics::dump().
1.8.6