Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp496 struct DefPath { struct in __anon72856b230511::ClobberWalker
497 MemoryLocation Loc;
500 MemoryAccess *First;
501 MemoryAccess *Last;
502 std::optional<ListIndex> Previous;
504 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() argument
508 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument