Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSA.cpp498 struct DefPath { struct in __anonbcbd6edd0511::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() function
510 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemorySSA.cpp499 struct DefPath { struct in __anon321220630511::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