Lines Matching refs:DefPath
496 struct DefPath { struct in __anon72856b230511::ClobberWalker
504 DefPath(const MemoryLocation &Loc, MemoryAccess *First, MemoryAccess *Last, in DefPath() argument
508 DefPath(const MemoryLocation &Loc, MemoryAccess *Init, in DefPath() argument
510 : DefPath(Loc, Init, Init, Previous) {} in DefPath()
521 SmallVector<DefPath, 32> Paths;
555 walkToPhiOrClobber(DefPath &Desc, const MemoryAccess *StopAt = nullptr, in walkToPhiOrClobber()
632 DefPath &Node = Paths[PathIndex]; in getBlockingAccess()
722 using def_path_iterator = generic_def_path_iterator<DefPath, ClobberWalker>;
724 generic_def_path_iterator<const DefPath, const ClobberWalker>;
743 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
745 const DefPath *NP = &N; in defPathIndex()
813 auto Iter = find_if(def_path(Blocker->LastNode), [&](const DefPath &N) { in tryOptimizePhi()
818 DefPath &CurNode = *Iter; in tryOptimizePhi()
945 DefPath FirstDesc(Q.StartingLoc, Current, Current, std::nullopt); in findClobber()