llvm-project/polly/lib/Transform
Riccardo Mori 0813bd1696 [Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFC
This is part of an effort to reduce the differences between the custom C++ bindings used right now by polly in `lib/External/isl/include/isl/isl-noxceptions.h` and the official isl C++ interface.

Changes made:
 - Use `isl::*::ctx()` instead of `isl::*::get_ctx()` (for example `isl::space::ctx()` instead of `isl::space::get_ctx()`)
 - Add `isl::` namespace in front of isl types to avoid confusion (for example `isl::space::ctx` and `isl::ctx`
 - `isl-noexceptions.h` has been generated by this b64e33c62d

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D105691
2021-07-09 21:14:14 +02:00
..
Canonicalization.cpp [Polly] Add support for -polly-position=early with the NPM. 2021-05-14 12:55:03 -05:00
CodePreparation.cpp [polly][NFC] Add missing 'override's 2020-07-16 20:12:13 -07:00
DeLICM.cpp [Polly][Isl] Use isl::union_set::unite() instead of isl::union_set::add_set(). NFC 2021-07-07 16:26:55 +02:00
DeadCodeElimination.cpp [Polly] Port DeadCodeElim to the NewPM. 2021-03-24 01:01:29 -05:00
FlattenAlgo.cpp [Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFC 2021-07-09 21:14:14 +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] Removing explicit operator bool() from isl C++ bindings. NFC. 2021-06-11 14:44:24 +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::*::ctx instead of isl::*::get_ctx. NFC 2021-07-09 21:14:14 +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::*::ctx instead of isl::*::get_ctx. NFC 2021-07-09 21:14:14 +02:00
ScopInliner.cpp [Polly][ScopInliner] Indicate if the IR has changed. 2021-06-24 15:44:39 -05:00
Simplify.cpp [Polly] Hide Simplify implementation from header. NFC. 2021-02-10 22:11:52 -06:00
ZoneAlgo.cpp [Polly][Isl] Use isl::*::ctx instead of isl::*::get_ctx. NFC 2021-07-09 21:14:14 +02:00