Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSA.cpp483 struct DefPath { struct in __anonb08d52880511::ClobberWalker
484 MemoryLocation Loc;
487 MemoryAccess *First;
488 MemoryAccess *Last;
489 Optional<ListIndex> Previous;
491 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() function
495 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function