llvm-project/polly/lib/CodeGen
Hongbin Zheng fe11e287b4 BlockGenerator: Simplify the old value searching code.
Orignally, we first test if a ValueMap contains a Value, and than use the
index operator to get the corresponding new value. This requires the ValueMap
to lookup the key (i.e. the old value) twice.

Now, we directly use the "lookup" function provided by DenseMap to implement
the same functionality.

llvm-svn: 185260
2013-06-29 13:22:15 +00:00
..
BlockGenerators.cpp BlockGenerator: Simplify the old value searching code. 2013-06-29 13:22:15 +00:00
CMakeLists.txt 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
Cloog.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
CodeGeneration.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
IslAst.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
IslCodeGeneration.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
LoopGenerators.cpp Update LoopInfo correctly 2013-05-16 06:40:24 +00:00
Makefile 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
PTXGenerator.cpp Reformat with clang-format 2013-05-07 07:30:56 +00:00
Utils.cpp Sort includes 2013-05-07 08:11:54 +00:00