hanchenye-llvm-project/polly/lib
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
..
Analysis TempScop: (Partial) Implement the printDetail function. 2013-06-29 07:00:14 +00:00
CodeGen BlockGenerator: Simplify the old value searching code. 2013-06-29 13:22:15 +00:00
Exchange Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
JSON 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
Support Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
CMakeLists.txt Remove unneeded RegionSimplify pass. 2013-04-17 07:20:30 +00:00
CodePreparation.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
DeadCodeElimination.cpp include missing ISL header file 2013-05-31 17:41:17 +00:00
IndVarSimplify.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
IndependentBlocks.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
Makefile 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
MayAliasSet.cpp Sort includes 2013-05-07 08:11:54 +00:00
Pluto.cpp Move polly options into separate option category 2013-05-07 07:31:10 +00:00
Pocc.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00
RegisterPasses.cpp Sort includes 2013-05-07 08:11:54 +00:00
ScheduleOptimizer.cpp Integrate latest clang-format changes 2013-06-23 01:29:29 +00:00