|
Polly 22.0.0git
|
#include "polly/CodePreparation.h"#include "polly/LinkAllPasses.h"#include "polly/Support/ScopHelper.h"#include "llvm/Analysis/DominanceFrontier.h"#include "llvm/Analysis/LoopInfo.h"#include "llvm/Analysis/RegionInfo.h"#include "llvm/Analysis/ScalarEvolution.h"#include "llvm/InitializePasses.h"Go to the source code of this file.
Functions | |
| static bool | runCodePreprationImpl (Function &F, DominatorTree *DT, LoopInfo *LI, RegionInfo *RI) |
| INITIALIZE_PASS_BEGIN (CodePreparation, "polly-prepare", "Polly - Prepare code for polly", false, false) INITIALIZE_PASS_END(CodePreparation | |
Variables | |
| polly | prepare |
| polly Polly Prepare code for | polly |
| polly Polly Prepare code for | false |
| INITIALIZE_PASS_BEGIN | ( | CodePreparation | , |
| "polly-prepare" | , | ||
| "Polly - Prepare code for polly" | , | ||
| false | , | ||
| false | ) |
References INITIALIZE_PASS_DEPENDENCY().
|
static |
Definition at line 30 of file CodePreparation.cpp.
References Function, and polly::splitEntryBlockForAlloca().
Referenced by polly::CodePreparationPass::run().
| polly Polly Prepare code for false |
Definition at line 129 of file CodePreparation.cpp.
| polly Polly Prepare code for polly |
Definition at line 129 of file CodePreparation.cpp.
| polly prepare |
Definition at line 128 of file CodePreparation.cpp.