BBVectorize: Avoid linear searches within the load-move set
authorHal Finkel <hfinkel@anl.gov>
Mon, 11 Feb 2013 05:29:49 +0000 (05:29 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 11 Feb 2013 05:29:49 +0000 (05:29 +0000)
commit2f0e63cc16feb39480805bd00f53bbe5e3031d29
treecd9eaa1dfa8f7ea3dbf0489b6b4dd97af39da29c
parent3fc1e4aa159ec15058bb26acbec39f6e09990207
BBVectorize: Avoid linear searches within the load-move set

This is another cleanup aimed at eliminating linear searches
in ranges of std::multimap.

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174858 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/BBVectorize.cpp