Home
last modified time | relevance | path

Searched defs:DefPath (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp493 struct DefPath { struct in __anon487f31d70511::ClobberWalker
494 MemoryLocation Loc;
497 MemoryAccess *First;
498 MemoryAccess *Last;
499 Optional<ListIndex> Previous;
501 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() function
505 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument