Searched refs:doCacheInsert (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 138 void doCacheInsert(const MemoryAccess *, MemoryAccess *, 1057 void MemorySSA::CachingWalker::doCacheInsert(const MemoryAccess *M, in doCacheInsert() function in llvm::MemorySSA::CachingWalker 1215 doCacheInsert(CacheAccess, ModifyingAccess, Q, Loc); in UpwardsDFSWalk() 1226 doCacheInsert(CacheAccess, ModifyingAccess, Q, Loc); in UpwardsDFSWalk() 1276 doCacheInsert(Q.OriginalAccess, Clobber, Q, Q.StartingLoc); in getClobberingMemoryAccess() 1317 doCacheInsert(DefiningAccess, Result, Q, Q.StartingLoc); in getClobberingMemoryAccess() 1318 doCacheInsert(Q.OriginalAccess, Result, Q, Q.StartingLoc); in getClobberingMemoryAccess() 1324 doCacheInsert(MA, Result, Q, Q.StartingLoc); in getClobberingMemoryAccess()
|