Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp356 MemoryLocation StartingLoc; member
368 StartingLoc = MemoryLocation::get(Inst); in UpwardsMemoryQuery()
659 if (Query->SkipSelfAccess && Node.Loc == Query->StartingLoc) { in getBlockingAccess()
948 DefPath FirstDesc(Q.StartingLoc, Current, Current, std::nullopt); in findClobber()
957 Current, Q.StartingLoc); in findClobber()
965 checkClobberSanity(Current, Result, Q.StartingLoc, MSSA, Q, BAA); in findClobber()
2438 Q.StartingLoc = Loc; in getClobberingMemoryAccessBase()