Lines Matching defs:polly
21 #include "polly/CodeGen/CodeGeneration.h"
22 #include "polly/CodeGen/IRBuilder.h"
23 #include "polly/CodeGen/IslAst.h"
24 #include "polly/CodeGen/IslNodeBuilder.h"
25 #include "polly/CodeGen/PerfMonitor.h"
26 #include "polly/CodeGen/Utils.h"
27 #include "polly/DependenceInfo.h"
28 #include "polly/LinkAllPasses.h"
29 #include "polly/Options.h"
30 #include "polly/ScopInfo.h"
31 #include "polly/Support/ScopHelper.h"
49 using namespace polly;
51 #include "polly/Support/PollyDebug.h"
52 #define DEBUG_TYPE "polly-codegen"
54 static cl::opt<bool> Verify("polly-codegen-verify",
58 bool polly::PerfMonitoring;
61 XPerfMonitoring("polly-codegen-perf-monitoring",
63 cl::location(polly::PerfMonitoring),
73 namespace polly {
85 } // namespace polly
102 "-polly-codegen-verify=false to disable this assertion.");
173 // Check whether IslAstInfo uses the same isl_ctx. Since -polly-codegen
291 // between polly.start and polly.exiting (at this point).
310 F->addFnAttr("polly-optimized");
381 Pass *polly::createCodeGenerationPass() { return new CodeGeneration(); }
383 INITIALIZE_PASS_BEGIN(CodeGeneration, "polly-codegen",
391 INITIALIZE_PASS_END(CodeGeneration, "polly-codegen",