Searched refs:CodeGeneration (Results 1 – 6 of 6) sorted by relevance
305 class CodeGeneration final : public ScopPass { class322 CodeGeneration() : ScopPass(ID) {} in CodeGeneration() function in __anone6cb5aa00111::CodeGeneration372 char CodeGeneration::ID = 1;374 Pass *polly::createCodeGenerationPass() { return new CodeGeneration(); } in createCodeGenerationPass()376 INITIALIZE_PASS_BEGIN(CodeGeneration, "polly-codegen",384 INITIALIZE_PASS_END(CodeGeneration, "polly-codegen",
103 uint64_t CodeGeneration = 1; member in __anonaaa59aed0111::PerfJITEventListener428 rec.CodeIndex = CodeGeneration++; // under lock! in NotifyCode()
101 static cl::opt<CodeGenChoice> CodeGeneration( variable386 switch (CodeGeneration) { in registerPollyPasses()560 switch (CodeGeneration) { in buildCommonPollyPipeline()
7 CodeGen/CodeGeneration.cpp)
1 # Chapter 6: Lowering to LLVM and CodeGeneration
8710 polly/include/polly/CodeGen/CodeGeneration.h8745 polly/lib/CodeGen/CodeGeneration.cpp