Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSA.cpp324 struct UpwardsMemoryQuery { struct
337 UpwardsMemoryQuery() = default;
339 UpwardsMemoryQuery(const Instruction *Inst, const MemoryAccess *Access) in UpwardsMemoryQuery() function
387 const UpwardsMemoryQuery &Query, AliasAnalysis &AA, in checkClobberSanity()
503 UpwardsMemoryQuery *Query;
895 MemoryAccess *findClobber(MemoryAccess *Start, UpwardsMemoryQuery &Q) { in findClobber()
1795 UpwardsMemoryQuery Q(I, MUD); in checkClobberSanityAccess()
2229 UpwardsMemoryQuery Q; in getClobberingMemoryAccessBase()
2276 UpwardsMemoryQuery Q(I, StartingAccess); in getClobberingMemoryAccessBase()