Searched refs:last_succ_seen (Results 1 – 1 of 1) sorted by relevance
110 ScopedArenaVector<ssize_t> last_succ_seen( in Prune() local128 DCHECK_GT(last_succ_seen[id], kUnvisitedSuccIdx) << id; in Prune()129 DCHECK_LT(last_succ_seen[id], static_cast<ssize_t>(kMaxFilterableSuccessors)) << id; in Prune()142 DCHECK_GE(last_succ_seen[graph_->GetEntryBlock()->GetBlockId()], in Prune()156 DCHECK_GT(last_succ_seen[id], kUnvisitedSuccIdx); in Prune()157 DCHECK_LT(last_succ_seen[id], static_cast<ssize_t>(kMaxFilterableSuccessors)); in Prune()158 results[id].set(last_succ_seen[id]); in Prune()165 while (num_entry_succ > last_succ_seen[entry_block_id]) { in Prune()181 } else if (last_succ_seen[id] == kMaxFilterableSuccessors) { in Prune()190 ssize_t* cur_succ = &last_succ_seen[id]; in Prune()