|
Polly 22.0.0git
|
#include "polly/ScopInliner.h"#include "polly/ScopDetection.h"#include "llvm/Analysis/CallGraph.h"#include "llvm/Analysis/CallGraphSCCPass.h"#include "llvm/Analysis/OptimizationRemarkEmitter.h"#include "llvm/Analysis/RegionInfo.h"#include "llvm/IR/Dominators.h"#include "llvm/IR/PassManager.h"#include "llvm/Passes/PassBuilder.h"#include "llvm/Transforms/IPO/AlwaysInliner.h"#include "polly/Support/PollyDebug.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "polly-scop-inliner" |
Functions | |
| INITIALIZE_PASS_BEGIN (ScopInlinerWrapperPass, "polly-scop-inliner", "inline functions based on how much of the function is a scop.", false, false) INITIALIZE_PASS_END(ScopInlinerWrapperPass | |
Variables | |
| polly scop | inliner |
| polly scop functions based on how much of the function is a | scop |
| polly scop functions based on how much of the function is a | false |
| #define DEBUG_TYPE "polly-scop-inliner" |
Definition at line 29 of file ScopInliner.cpp.
| INITIALIZE_PASS_BEGIN | ( | ScopInlinerWrapperPass | , |
| "polly-scop-inliner" | , | ||
| "inline functions based on how much of the function is a scop." | , | ||
| false | , | ||
| false | ) |
References INITIALIZE_PASS_END().
Definition at line 143 of file ScopInliner.cpp.
| polly scop inliner |
Definition at line 142 of file ScopInliner.cpp.
Definition at line 143 of file ScopInliner.cpp.
Referenced by polly::operator<<(), and polly::FunctionToScopPassAdaptor< ScopPassT >::run().