Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector.
authorChris Lattner <sabre@nondot.org>
Sun, 4 Mar 2007 04:06:39 +0000 (04:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Mar 2007 04:06:39 +0000 (04:06 +0000)
commitb1f5d8bf6f75612ef55aa343951c666e243ec2cd
treea1babe0dedca3415e5dfcfe0e8ebaffc5e2f0150
parentab8fea5283de0931e1da5dc91b4df2f734ba0206
Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34900 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopInfo.cpp