Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias any...
authorEvan Cheng <evan.cheng@apple.com>
Sun, 1 Nov 2009 23:50:04 +0000 (23:50 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 1 Nov 2009 23:50:04 +0000 (23:50 +0000)
commitf57b1baa441e3bbce7f264d8bb5054e50fe8ee1c
tree94b19cfc74b5db489a2143b3180459f4e374f7c4
parentf4e748bc3f7090468f7b7e5b6e2ebe323c1e16fd
Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias any LLVM IR value.

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