Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp1108 MemoryAccess *ModifyingAccess = nullptr; in UpwardsDFSWalk() local
1126 ModifyingAccess = CurrAccess; in UpwardsDFSWalk()
1156 ModifyingAccess = CurrAccess; in UpwardsDFSWalk()
1179 ModifyingAccess = CurrAccess; in UpwardsDFSWalk()
1188 if (!ModifyingAccess) { in UpwardsDFSWalk()
1190 ModifyingAccess = FirstDef; in UpwardsDFSWalk()
1199 if (!ModifyingAccess) in UpwardsDFSWalk()
1209 if (DFI.getPath(N - 1) == ModifyingAccess) in UpwardsDFSWalk()
1215 doCacheInsert(CacheAccess, ModifyingAccess, Q, Loc); in UpwardsDFSWalk()
1226 doCacheInsert(CacheAccess, ModifyingAccess, Q, Loc); in UpwardsDFSWalk()
[all …]