Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp642 struct TerminatedPath { struct in __anonca596e530611::ClobberWalker
655 Optional<TerminatedPath>
691 TerminatedPath Term{Node.Last, PathIndex}; in getBlockingAccess()
711 TerminatedPath Term{Res.Result, PathIndex}; in getBlockingAccess()
779 TerminatedPath PrimaryClobber;
782 SmallVector<TerminatedPath, 4> OtherClobbers;
818 SmallVector<TerminatedPath, 4> TerminatedPaths; in tryOptimizePhi()
850 if (Optional<TerminatedPath> Blocker = getBlockingAccess( in tryOptimizePhi()
902 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi()
923 for (const TerminatedPath &TP : TerminatedPaths) { in tryOptimizePhi()
[all …]