llvm-project/polly/lib/Analysis
Riccardo Mori 84dfbf5a77 [Polly][Isl] Stop using isl::set::lex_le_set. 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:
 - Stop using `isl::set::lex_le_set`. The official way to do this is to use `isl::map::lex_le_at`
 - Removed `isl::set::lex_le_set` from `isl-noexceptions.h`
 - `isl-noexceptions.h` has been generated by this 266fea1d3d

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D106269
2021-07-19 17:23:56 +02:00
..
DependenceInfo.cpp [Polly][Isl] Stop using isl::set::lex_le_set. NFC 2021-07-19 17:23:56 +02:00
PolyhedralInfo.cpp [Polly][Isl] Replacing isl method `to_str()` with `stringFromIslObj()`. NFC. 2021-06-15 14:22:10 +02:00
PruneUnprofitable.cpp [Polly] Port PruneUnprofitable to the NewPM. 2021-02-09 23:56:20 -06:00
ScopBuilder.cpp [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00
ScopDetection.cpp [Polly] Explicitly include all std headers 2021-04-21 12:52:11 -05:00
ScopDetectionDiagnostic.cpp Internalize some cl::opt global variables or move them under namespace llvm 2021-05-07 11:15:43 -07:00
ScopGraphPrinter.cpp [CFGPrinter][CallPrinter][polly] Adding distinct structure for CFGDOTInfo 2020-04-06 17:42:54 +00:00
ScopInfo.cpp [Polly][Isl] Use isl::union_map::unite() instead of isl::union_map::add_map(). NFC 2021-07-19 12:11:00 +02:00
ScopPass.cpp Make dependency between certain analysis passes transitive (reapply) 2021-05-05 15:17:55 +02:00