|
LLVM
8.0.1
|
#include "llvm/Analysis/CGSCCPassManager.h"#include "llvm/Analysis/CallGraphSCCPass.h"#include "llvm/Analysis/InlineCost.h"#include "llvm/Analysis/LazyCallGraph.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/PassManager.h"#include "llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h"#include <utility>

Go to the source code of this file.
Classes | |
| struct | llvm::LegacyInlinerBase |
| This class contains all of the helper code which is used to perform the inlining operations that do not depend on the policy. More... | |
| class | llvm::InlinerPass |
| The inliner pass for the new pass manager. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13