BBVectorize: Make the bookkeeping to support full cycle checking less expensive
authorHal Finkel <hfinkel@anl.gov>
Mon, 11 Feb 2013 05:29:41 +0000 (05:29 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 11 Feb 2013 05:29:41 +0000 (05:29 +0000)
commitda20ea696d8b24d89ae157106ddad2337296ed50
treeaeaabd0460b0de56c0d8e4fd20b43bc12249838c
parent092e5e75661fdd5d54a748fb00fab59d21031268
BBVectorize: Make the bookkeeping to support full cycle checking less expensive

By itself, this does not have much of an effect, but only because in the default
configuration the full cycle checks are used only for small problem sizes.
This is part of a general cleanup of uses of iteration over std::multimap
ranges only for the purpose of checking membership.

No functionality change intended.

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