Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp153 DenseMap<const MemoryAccess *, MemoryAccess *> CachedUpwardsClobberingCall; member in llvm::MemorySSA::CachingWalker
1038 CachedUpwardsClobberingCall.clear(); in invalidateInfo()
1052 CachedUpwardsClobberingCall.erase(M); in doCacheRemove()
1067 CachedUpwardsClobberingCall[M] = Result; in doCacheInsert()
1080 Result = CachedUpwardsClobberingCall.lookup(M); in doCacheLookup()
1340 for (auto &P : CachedUpwardsClobberingCall) in verifyRemoved()