Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp499 struct DefPath { struct in __anone52e4bfa0511::ClobberWalker
507 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() argument
511 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
513 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
524 SmallVector<DefPath, 32> Paths;
558 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
635 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
725 using def_path_iterator = generic_def_path_iterator<DefPath, ClobberWalker>;
727 generic_def_path_iterator<const DefPath, const ClobberWalker>;
746 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
[all …]