hanchenye-llvm-project/polly/lib
Johannes Doerfert af9b1e2d80 [Refactor] Remove containsLoop to find innermost loops
Use the fact that if we visit a for node first in pre and next in post order
  we know we did not visit any children, thus we found an innermost loop.

  + Test case for an innermost loop with a conditional inside

llvm-svn: 213870
2014-07-24 15:59:06 +00:00
..
Analysis Update formatting with clang-format. 2014-07-20 05:28:52 +00:00
CodeGen [Refactor] Remove containsLoop to find innermost loops 2014-07-24 15:59:06 +00:00
Exchange clang-format polly to avoid buildbot noise 2014-07-09 10:50:10 +00:00
JSON [C++11] Use nullptr 2014-04-16 07:33:47 +00:00
Support Update for RegionInfo changes. 2014-07-19 18:40:17 +00:00
Transform Update for RegionInfo changes. 2014-07-19 18:40:17 +00:00
CMakeLists.txt cmake: Fix reference to Pluto file 2014-06-24 13:31:42 +00:00
Makefile ScopDetectionDiagnostic: Update Makefile 2014-05-24 18:51:14 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00