forked from OSchip/llvm-project
fe11e287b4
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 |
||
---|---|---|
.. | ||
BlockGenerators.cpp | ||
CMakeLists.txt | ||
Cloog.cpp | ||
CodeGeneration.cpp | ||
IslAst.cpp | ||
IslCodeGeneration.cpp | ||
LoopGenerators.cpp | ||
Makefile | ||
PTXGenerator.cpp | ||
Utils.cpp |