mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Add support for gathering sets of must aliases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -76,6 +76,15 @@ public:
|
|||||||
return MayAlias;
|
return MayAlias;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// getMustAliases - If there are any pointers known that must alias this
|
||||||
|
/// pointer, return them now. This allows alias-set based alias analyses to
|
||||||
|
/// perform a form a value numbering (which is exposed by load-vn). If an
|
||||||
|
/// alias analysis supports this, it should ADD any must aliased pointers to
|
||||||
|
/// the specified vector.
|
||||||
|
///
|
||||||
|
virtual void getMustAliases(Value *P, std::vector<Value*> &RetVals) {}
|
||||||
|
|
||||||
|
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
/// Simple mod/ref information...
|
/// Simple mod/ref information...
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user