Lines Matching refs:ListIndex
489 using ListIndex = unsigned; typedef in __anon672a7b590511::ClobberWalker
499 std::optional<ListIndex> Previous;
502 std::optional<ListIndex> Previous) in DefPath()
506 std::optional<ListIndex> Previous) in DefPath()
591 void addSearches(MemoryPhi *Phi, SmallVectorImpl<ListIndex> &PausedSearches, in addSearches()
592 ListIndex PriorNode) { in addSearches()
606 ListIndex LastNode;
620 SmallVectorImpl<ListIndex> &PausedSearches, in getBlockingAccess()
621 SmallVectorImpl<ListIndex> &NewPaused, in getBlockingAccess()
628 ListIndex PathIndex = PausedSearches.pop_back_val(); in getBlockingAccess()
697 generic_def_path_iterator(Walker *W, ListIndex N) : W(W), N(N) {} in generic_def_path_iterator()
716 std::optional<ListIndex> N;
723 iterator_range<def_path_iterator> def_path(ListIndex From) { in def_path()
727 iterator_range<const_def_path_iterator> const_def_path(ListIndex From) const { in const_def_path()
740 ListIndex defPathIndex(const DefPath &N) const { in defPathIndex()
771 SmallVector<ListIndex, 16> PausedSearches; in tryOptimizePhi()
772 SmallVector<ListIndex, 8> NewPaused; in tryOptimizePhi()
858 for (ListIndex Paused : NewPaused) { in tryOptimizePhi()
895 [&](ListIndex I) { return Paths[I].Last == DefChainEnd; })); in tryOptimizePhi()
902 for (ListIndex I : NewPaused) in tryOptimizePhi()