mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Allow clients to be more efficient.
llvm-svn: 12831
This commit is contained in:
parent
ba50022f83
commit
aa1c0d5e76
@ -49,6 +49,10 @@ namespace {
|
||||
|
||||
ModRefResult getModRefInfo(CallSite CS, Value *P, unsigned Size);
|
||||
|
||||
/// hasNoModRefInfoForCalls - We have no way to test one call against
|
||||
/// another, unless they are pure or const.
|
||||
virtual bool hasNoModRefInfoForCalls() const { return true; }
|
||||
|
||||
/// pointsToConstantMemory - Chase pointers until we find a (constant
|
||||
/// global) or not.
|
||||
bool pointsToConstantMemory(const Value *P);
|
||||
|
Loading…
Reference in New Issue
Block a user