llvm-project/polly/lib/Analysis
Johannes Doerfert 8031238017 [GSoC] Add PolyhedralInfo pass - new interface to polly analysis
Adding a new pass PolyhedralInfo. This pass will be the interface to Polly.
  Initially, we will provide the following interface:
    - #IsParallel(Loop *L) - return a bool depending on whether the loop is
                             parallel or not for the given program order.

Patch by Utpal Bora <cs14mtech11017@iith.ac.in>

Differential Revision: https://reviews.llvm.org/D21486

llvm-svn: 276637
2016-07-25 12:48:45 +00:00
..
DependenceInfo.cpp [GSoC] Do not process SCoPs with infeasible runtime context 2016-07-25 12:40:59 +00:00
PolyhedralInfo.cpp [GSoC] Add PolyhedralInfo pass - new interface to polly analysis 2016-07-25 12:48:45 +00:00
ScopBuilder.cpp Fix a build warning of unhandled enum in switch 2016-07-11 18:27:52 +00:00
ScopDetection.cpp Fix a build warning of unhandled enum in switch 2016-07-11 18:27:52 +00:00
ScopDetectionDiagnostic.cpp Fix assertion due to loop overlap with nonaffine region. 2016-06-27 19:00:49 +00:00
ScopGraphPrinter.cpp Fix formatting 2015-12-17 13:04:30 +00:00
ScopInfo.cpp [GSoC] Do not process SCoPs with infeasible runtime context 2016-07-25 12:40:59 +00:00
ScopPass.cpp Decouple SCoP building logic from pass 2016-05-31 09:41:04 +00:00