Polly 20.0.0git
|
#include "polly/LinkAllPasses.h"
#include "polly/ScopDetection.h"
#include "llvm/Analysis/CallGraph.h"
#include "llvm/Analysis/CallGraphSCCPass.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 (ScopInliner, "polly-scop-inliner", "inline functions based on how much of the function is a scop.", false, false) INITIALIZE_PASS_END(ScopInliner | |
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 25 of file ScopInliner.cpp.
INITIALIZE_PASS_BEGIN | ( | ScopInliner | , |
"polly-scop-inliner" | , | ||
"inline functions based on how much of the function is a scop." | , | ||
false | , | ||
false | |||
) |
Definition at line 127 of file ScopInliner.cpp.
polly scop inliner |
Definition at line 126 of file ScopInliner.cpp.
Definition at line 127 of file ScopInliner.cpp.
Referenced by polly::operator<<(), and polly::FunctionToScopPassAdaptor< ScopPassT >::run().