forked from OSchip/llvm-project
parent
4f04e2ec87
commit
6206d7a67c
|
@ -1136,10 +1136,12 @@ void ScopDetection::print(raw_ostream &OS, const Module *) const {
|
|||
}
|
||||
|
||||
void ScopDetection::releaseMemory() {
|
||||
ValidRegions.clear();
|
||||
RejectLogs.clear();
|
||||
NonAffineSubRegionMap.clear();
|
||||
ValidRegions.clear();
|
||||
InsnToMemAcc.clear();
|
||||
BoxedLoopsMap.clear();
|
||||
NonAffineSubRegionMap.clear();
|
||||
RequiredInvariantLoadsMap.clear();
|
||||
|
||||
// Do not clear the invalid function set.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue