llvm-6502/lib/Transforms/Vectorize
2013-07-19 23:12:19 +00:00
..
BBVectorize.cpp Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp LoopVectorizer: Disallow reductions whose header phi is used outside the loop 2013-07-13 19:09:29 +00:00
Makefile
SLPVectorizer.cpp Use LLVMs ADTs that improve the compile time of this pass. 2013-07-19 23:12:19 +00:00
Vectorize.cpp