Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp493 struct DefPath { struct in __anonc967e22e0511::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