Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp343 MemoryLocation StartingLoc; member
356 StartingLoc = MemoryLocation::get(Inst); in UpwardsMemoryQuery()
668 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc) { in getBlockingAccess()
958 DefPath FirstDesc(Q.StartingLoc, Current, Current, None); in findClobber()
968 Current, Q.StartingLoc); in findClobber()
976 checkClobberSanity(Current, Result, Q.StartingLoc, MSSA, Q, AA); in findClobber()
2423 Q.StartingLoc = Loc; in getClobberingMemoryAccessBase()