Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp498 struct DefPath { struct in __anon231cb74d0511::ClobberWalker
506 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() function
510 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
512 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
522 SmallVector<DefPath, 32> Paths;
555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
633 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
723 using def_path_iterator = generic_def_path_iterator<DefPath, ClobberWalker>;
725 generic_def_path_iterator<const DefPath, const ClobberWalker>;
744 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
[all …]