forked from OSchip/llvm-project
parent
11695c0537
commit
fb619ef95c
|
@ -290,6 +290,11 @@ public:
|
||||||
bool remove(InvokeInst *II) { return remove(CallSite(II)); }
|
bool remove(InvokeInst *II) { return remove(CallSite(II)); }
|
||||||
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.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue