Searched refs:stable_regions (Results 1 – 3 of 3) sorted by relevance
311 std::vector<bool> stable_regions; in Plan() local312 squash->StableRegionsWithMarginalHistory(changed_regions, stable_regions); in Plan()316 std::find(stable_regions.begin(), stable_regions.end(), true) != in Plan()317 stable_regions.end(); in Plan()323 bool render_squash = squash->RecordAndCompareSquashed(stable_regions); in Plan()325 for (size_t region_index = 0; region_index < stable_regions.size(); in Plan()328 if (!stable_regions[region_index]) in Plan()
69 std::vector<bool> &stable_regions) const;
92 std::vector<bool> &stable_regions) const { in StableRegionsWithMarginalHistory()93 stable_regions.resize(regions_.size()); in StableRegionsWithMarginalHistory()95 stable_regions[i] = !changed_regions[i] && is_stable(i); in StableRegionsWithMarginalHistory()