Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp498 struct DefPath { struct in __anon295fa95d0511::ClobberWalker
499 MemoryLocation Loc;
502 MemoryAccess *First;
503 MemoryAccess *Last;
504 Optional<ListIndex> Previous;
506 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() argument
510 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMemorySSA.cpp499 struct DefPath { struct in __anon9eb45ae30511::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() function
511 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument