Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp523 struct DefPath { struct in __anonca596e530611::ClobberWalker
535 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
537 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
548 SmallVector<DefPath, 32> Paths;
587 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
666 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
766 generic_def_path_iterator<const DefPath, const ClobberWalker>;
785 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
787 const DefPath *NP = &N; in defPathIndex()
860 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]