Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp454 struct DefPath { struct in __anonb12b10260511::ClobberWalker
455 MemoryLocation Loc;
458 MemoryAccess *First;
459 MemoryAccess *Last;
460 Optional<ListIndex> Previous;
462 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() argument
466 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument