llvm-capstone/polly/lib/Support
Johannes Doerfert 99191c78c2 Decouple SCoP building logic from pass
Created a new pass ScopInfoRegionPass. As name suggests, it is a
  region pass and it is there to preserve compatibility with our
  existing Polly passes.  ScopInfoRegionPass will return a SCoP object
  for a valid region while the creation of the SCoP stays in the
  ScopInfo class.

  Contributed-by: Utpal Bora <cs14mtech11017@iith.ac.in>
  Reviewed-by: Tobias Grosser <tobias@grosser.es>,
               Johannes Doerfert <doerfert@cs.uni-saarland.de>

Differential Revision: http://reviews.llvm.org/D20770

llvm-svn: 271259
2016-05-31 09:41:04 +00:00
..
GICHelper.cpp
Mainpage.h
RegisterPasses.cpp Decouple SCoP building logic from pass 2016-05-31 09:41:04 +00:00
SCEVAffinator.cpp Add and use Scop::contains(Loop/BasicBlock/Instruction) [NFC] 2016-05-23 12:40:48 +00:00
SCEVValidator.cpp Bring some comments up to date [NFC] 2016-05-12 15:15:50 +00:00
ScopHelper.cpp Use the SCoP directly for canSynthesize [NFC] 2016-05-23 12:47:09 +00:00
ScopLocation.cpp