Searched refs:CachedUpwardsClobberingCall (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DMemorySSA.cpp153 DenseMap<const MemoryAccess *, MemoryAccess *> CachedUpwardsClobberingCall; member in class:llvm::final
1038 CachedUpwardsClobberingCall.clear();
1052 CachedUpwardsClobberingCall.erase(M);
1067 CachedUpwardsClobberingCall[M] = Result;
1080 Result = CachedUpwardsClobberingCall.lookup(M);
1340 for (auto &P : CachedUpwardsClobberingCall)

Completed in 134 milliseconds