reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/MemorySSA.cpp
  503     Optional<ListIndex> Previous;
  506             Optional<ListIndex> Previous)
  510             Optional<ListIndex> Previous)
  595   void addSearches(MemoryPhi *Phi, SmallVectorImpl<ListIndex> &PausedSearches,
  596                    ListIndex PriorNode) {
  610     ListIndex LastNode;
  623                     SmallVectorImpl<ListIndex> &PausedSearches,
  624                     SmallVectorImpl<ListIndex> &NewPaused,
  631       ListIndex PathIndex = PausedSearches.pop_back_val();
  700     generic_def_path_iterator(Walker *W, ListIndex N) : W(W), N(N) {}
  719     Optional<ListIndex> N = None;
  726   iterator_range<def_path_iterator> def_path(ListIndex From) {
  730   iterator_range<const_def_path_iterator> const_def_path(ListIndex From) const {
  743   ListIndex defPathIndex(const DefPath &N) const {
  774     SmallVector<ListIndex, 16> PausedSearches;
  775     SmallVector<ListIndex, 8> NewPaused;
  861       for (ListIndex Paused : NewPaused) {
  905       for (ListIndex I : NewPaused)