Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp499 struct DefPath { struct in __anone52e4bfa0511::ClobberWalker
500 MemoryLocation Loc;
503 MemoryAccess *First;
504 MemoryAccess *Last;
505 std::optional<ListIndex> Previous;
507 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() argument
511 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument