BBVectorize: Remove the linear searches from pair connection searching
authorHal Finkel <hfinkel@anl.gov>
Mon, 11 Feb 2013 05:29:51 +0000 (05:29 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 11 Feb 2013 05:29:51 +0000 (05:29 +0000)
commitcb268f7995b445af2177f55d2adf809200001e23
tree728d7e7140790e37f8725ae9310122b507e450e1
parentfee38f9754523d6a53f7cf2fa8aebd3792da8584
BBVectorize: Remove the linear searches from pair connection searching

This removes the last of the linear searches over ranges of std::multimap
iterators, giving a 7% speedup on the doduc.bc input from PR15222.

No functionality change intended.

llvm-svn: 174859
llvm/lib/Transforms/Vectorize/BBVectorize.cpp