Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp493 struct DefPath { struct in __anon487f31d70511::ClobberWalker
505 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
507 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
518 SmallVector<DefPath, 32> Paths;
557 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
636 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
736 generic_def_path_iterator<const DefPath, const ClobberWalker>;
755 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
757 const DefPath *NP = &N; in defPathIndex()
830 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]