Throttle the non-local dependence analysis for basic blocks with more than 50 predece...
authorTanya Lattner <tonic@nondot.org>
Wed, 6 Feb 2008 00:54:55 +0000 (00:54 +0000)
committerTanya Lattner <tonic@nondot.org>
Wed, 6 Feb 2008 00:54:55 +0000 (00:54 +0000)
commit63aa160b27935433208c34080e0458ce287030bb
treeb4c75764bbe12f365ea04fe0fb5fa4622847b560
parent5c4fb22809f2da261e3957dc7fc42e19193f70b7
Throttle the non-local dependence analysis for basic blocks with more than 50 predecessors. Added command line option to play with this threshold.

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