Home
last modified time | relevance | path

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

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