Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSA.cpp483 struct DefPath { struct in __anonb08d52880511::ClobberWalker
495 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() function
497 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
506 SmallVector<DefPath, 32> Paths;
539 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
600 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
690 generic_def_path_iterator<const DefPath, const ClobberWalker>;
709 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
711 const DefPath *NP = &N; in defPathIndex()
784 DefPath &CurNode = *Iter; in tryOptimizePhi()
[all …]