Move some calls to getVRegDef higher in the callgraph, so they don't get executed...
authorOwen Anderson <resistor@mac.com>
Tue, 15 Jan 2008 22:58:11 +0000 (22:58 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 15 Jan 2008 22:58:11 +0000 (22:58 +0000)
commit40a627ddf87fe8e5fe057fba405cc0893cf14e70
tree0e3e8c8dab381c0186080304a2ac3ee7b7f2d129
parent163974de4763c21db3c312aec0ffb834f5203d13
Move some calls to getVRegDef higher in the callgraph, so they don't get executed as frequently in performance sensitive code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46027 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
lib/CodeGen/LiveVariables.cpp