[Refactor] Remove unecessary check and function
authorJohannes Doerfert <jdoerfert@codeaurora.org>
Thu, 31 Jul 2014 21:34:32 +0000 (21:34 +0000)
committerJohannes Doerfert <jdoerfert@codeaurora.org>
Thu, 31 Jul 2014 21:34:32 +0000 (21:34 +0000)
commit99f6630c8220ba69c15c5793def9ccfa93809832
tree021036bcb08c350b1cca30b6e84040af30ab1138
parent0eefb0258f5953c9d7566159a0bd89cb4aad6951
[Refactor] Remove unecessary check and function

  + Perform the parallelism check on the innermost loop only once.
  + Inline the markOpenmpParallel function.
  + Rename all IslAstUserPayload * into Payload to make it consistent.

llvm-svn: 214448
polly/include/polly/CodeGen/IslAst.h
polly/lib/CodeGen/IslAst.cpp