Refactor Scop parameter handling
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Mon, 25 Apr 2016 16:15:13 +0000 (16:15 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Mon, 25 Apr 2016 16:15:13 +0000 (16:15 +0000)
commit4e3bb7b98c282733635309c52fc61214d35607af
tree5778d72b5363c29a98e25e3f9ae0211abc1bd490
parent0237eda92913b0779b509bbb4500f1e842e35d0e
Refactor Scop parameter handling

  The new handling is consistent with the remaining code, e.g., we do
  not create a new parameter id for each lookup call but copy an
  existing one. Additionally, we now use the implicit order defined by
  the Parameters set instead of an explicit one defined in a map.

llvm-svn: 267423
polly/include/polly/ScopInfo.h
polly/lib/Analysis/ScopInfo.cpp