llvm-project/polly/lib/Transform
Tarindu Jayatilaka 7a797b2902 Take OptimizationLevel class out of Pass Builder
Pulled out the OptimizationLevel class from PassBuilder in order to be able to access it from within the PassManager and avoid include conflicts.

Reviewed By: mtrofin

Differential Revision: https://reviews.llvm.org/D107025
2021-07-29 21:57:23 -07:00
..
Canonicalization.cpp Take OptimizationLevel class out of Pass Builder 2021-07-29 21:57:23 -07:00
CodePreparation.cpp [polly][NFC] Add missing 'override's 2020-07-16 20:12:13 -07:00
DeLICM.cpp [Polly][Isl] Stop generating isl::union_{set,map} from isl::space. NFC 2021-07-19 11:24:53 +02:00
DeadCodeElimination.cpp [Polly] Port DeadCodeElim to the NewPM. 2021-03-24 01:01:29 -05:00
FlattenAlgo.cpp [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00
FlattenSchedule.cpp [Polly][Isl] Removing nullptr constructor from C++ bindings. NFC. 2021-06-08 23:46:28 +02:00
ForwardOpTree.cpp [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00
ManualOptimizer.cpp [Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC. 2021-06-11 14:44:24 +02:00
MatmulOptimizer.cpp [Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFC 2021-07-09 21:14:14 +02:00
MaximalStaticExpansion.cpp [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00
RewriteByReferenceParameters.cpp [Polly] Add support for -polly-position=early with the NPM. 2021-05-14 12:55:03 -05:00
ScheduleOptimizer.cpp [Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFC 2021-07-09 21:14:14 +02:00
ScheduleTreeTransform.cpp [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00
ScopInliner.cpp [Polly][ScopInliner] Indicate if the IR has changed. 2021-06-24 15:44:39 -05:00
Simplify.cpp [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00
ZoneAlgo.cpp [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00