llvm-project/polly/lib/CodeGen
Michael Kruse ad84c6f657 [polly] Match function definitions and header declarations. NFC.
Ensure that function definitions match their declrations in header
files, even if they have no effect on linking. This includes

 1. Both have the same __isl_* annotations

 2. Both use the same type alias

 3. Remove unused declarations that have no definition

 4. Use explicit polly namespace qualifier for definitions; generally,
    the .cpp file should use at most an anon namespace region since
    only symbols declared in the header file can be accessed from other
    translation units anyway. For defintions that have been declared in
    the header file, the explicit namespace qualifier ensures that both
    match.
2022-02-16 12:52:17 -06:00
..
BlockGenerators.cpp [polly] Match function definitions and header declarations. NFC. 2022-02-16 12:52:17 -06:00
CodeGeneration.cpp [Polly] Rename CodeGen -> generateCode. NFC. 2021-08-13 12:46:07 -05:00
CodegenCleanup.cpp [polly] Don't include PassSupport.h directly - include via Pass.h 2020-04-26 15:51:32 +01:00
IRBuilder.cpp [Polly] Don't generate inter-iteration noalias metadata. 2021-09-20 22:20:17 -05:00
IslAst.cpp [CodeGen] Fix a memory leak 2021-12-24 19:51:10 -08:00
IslExprBuilder.cpp [polly] Match function definitions and header declarations. NFC. 2022-02-16 12:52:17 -06:00
IslNodeBuilder.cpp [polly] Match function definitions and header declarations. NFC. 2022-02-16 12:52:17 -06:00
LoopGenerators.cpp [OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC) 2021-03-11 14:40:57 +01:00
LoopGeneratorsGOMP.cpp [OpaquePtrs] Remove some uses of type-less CreateLoad APIs (NFC) 2021-03-11 14:40:57 +01:00
LoopGeneratorsKMP.cpp Use nullptr instead of 0 or NULL (NFC) 2022-01-07 10:17:29 -08:00
ManagedMemoryRewrite.cpp [polly] Remove uses of PointerType::getElementType() 2022-02-14 10:23:36 +01:00
PPCGCodeGeneration.cpp [polly] Remove uses of PointerType::getElementType() 2022-02-14 10:23:36 +01:00
PerfMonitor.cpp Use true/false instead of 1/0 (NFC) 2022-01-09 12:21:06 -08:00
RuntimeDebugBuilder.cpp [OpaquePtr] Remove uses of CreateGEP() without element type 2021-07-17 22:56:27 +02:00
Utils.cpp