Lines Matching defs:NewPaused
618 /// If this returns std::nullopt, NewPaused is a vector of searches that
619 /// terminated at StopWhere. Otherwise, NewPaused is left in an unspecified
624 SmallVectorImpl<ListIndex> &NewPaused,
684 NewPaused.push_back(PathIndex);
775 SmallVector<ListIndex, 8> NewPaused;
809 Target, PausedSearches, NewPaused, TerminatedPaths)) {
822 // A. We can't reliably cache all of NewPaused back. Consider a case
823 // where we have two paths in NewPaused; one of which can't optimize
853 if (NewPaused.empty()) {
861 for (ListIndex Paused : NewPaused) {
897 assert(all_of(NewPaused,
905 for (ListIndex I : NewPaused)
907 NewPaused.clear();