Lines Matching defs:CodeGeneration
1 //===- CodeGeneration.cpp - Code generate the Scops using ISL. ---------======//
9 // The CodeGeneration pass takes a Scop created by ScopInfo and translates it
21 #include "polly/CodeGen/CodeGeneration.h"
105 // CodeGeneration adds a lot of BBs without updating the RegionInfo
120 /// CodeGeneration does not copy lifetime markers into the optimized SCoP,
316 class CodeGeneration final : public ScopPass {
333 CodeGeneration() : ScopPass(ID) {}
379 char CodeGeneration::ID = 1;
381 Pass *polly::createCodeGenerationPass() { return new CodeGeneration(); }
383 INITIALIZE_PASS_BEGIN(CodeGeneration, "polly-codegen",
391 INITIALIZE_PASS_END(CodeGeneration, "polly-codegen",