Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp604 struct TerminatedPath { struct in __anon672a7b590511::ClobberWalker
618 std::optional<TerminatedPath>
666 TerminatedPath Term{Res.Result, PathIndex}; in getBlockingAccess()
734 TerminatedPath PrimaryClobber;
737 SmallVector<TerminatedPath, 4> OtherClobbers;
773 SmallVector<TerminatedPath, 4> TerminatedPaths; in tryOptimizePhi()
852 TerminatedPath Result = TerminatedPaths.pop_back_val(); in tryOptimizePhi()
857 SmallVector<TerminatedPath, 4> Clobbers; in tryOptimizePhi()
878 for (const TerminatedPath &TP : TerminatedPaths) { in tryOptimizePhi()
890 TerminatedPath Result = Clobbers.pop_back_val(); in tryOptimizePhi()
[all …]