forked from OSchip/llvm-project
parent
11695c0537
commit
fb619ef95c
|
@ -291,6 +291,11 @@ public:
|
||||||
bool remove(Instruction *I);
|
bool remove(Instruction *I);
|
||||||
void remove(AliasSet &AS);
|
void remove(AliasSet &AS);
|
||||||
|
|
||||||
|
void clear() {
|
||||||
|
PointerMap.clear();
|
||||||
|
AliasSets.clear();
|
||||||
|
}
|
||||||
|
|
||||||
/// getAliasSets - Return the alias sets that are active.
|
/// getAliasSets - Return the alias sets that are active.
|
||||||
///
|
///
|
||||||
const ilist<AliasSet> &getAliasSets() const { return AliasSets; }
|
const ilist<AliasSet> &getAliasSets() const { return AliasSets; }
|
||||||
|
|
Loading…
Reference in New Issue