Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp373 MemoryLocation StartingLoc; member
386 StartingLoc = MemoryLocation::get(Inst); in UpwardsMemoryQuery()
698 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc) { in getBlockingAccess()
988 DefPath FirstDesc(Q.StartingLoc, Current, Current, None); in findClobber()
998 Current, Q.StartingLoc); in findClobber()
1006 checkClobberSanity(Current, Result, Q.StartingLoc, MSSA, Q, AA); in findClobber()
2489 Q.StartingLoc = Loc; in getClobberingMemoryAccessBase()