llvm-project/polly/lib/Transform
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
..
Canonicalization.cpp [Polly] Remove support for code generated by gfortran+DragonEgg. 2021-10-14 14:12:06 -05:00
CodePreparation.cpp [polly][NFC] Add missing 'override's 2020-07-16 20:12:13 -07:00
DeLICM.cpp [polly] Match function definitions and header declarations. NFC. 2022-02-16 12:52:17 -06:00
DeadCodeElimination.cpp [Polly] Port DeadCodeElim to the NewPM. 2021-03-24 01:01:29 -05:00
FlattenAlgo.cpp [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00
FlattenSchedule.cpp [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. 2021-06-08 23:46:28 +02:00
ForwardOpTree.cpp [polly] Match function definitions and header declarations. NFC. 2022-02-16 12:52:17 -06:00
ManualOptimizer.cpp Remove redundant return and continue statements (NFC) 2021-12-24 23:17:54 -08:00
MatmulOptimizer.cpp [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00
MaximalStaticExpansion.cpp [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00
ScheduleOptimizer.cpp [Polly][SchedOpt] Account for prevectorization of multiple statements. 2021-12-23 14:06:41 -06:00
ScheduleTreeTransform.cpp [Polly][SchedOpt] Account for prevectorization of multiple statements. 2021-12-23 14:06:41 -06:00
ScopInliner.cpp [Transform] Remove redundant declaration PollyAllowFullFunction (NFC) 2022-01-02 23:08:40 -08:00
Simplify.cpp [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00
ZoneAlgo.cpp [Polly][Isl] Use the function unsignedFromIslSize to manage a isl::size object. NFCI 2021-11-05 11:15:22 +01:00