Home
last modified time | relevance | path

Searched refs:num_entry_succ (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dexecution_subgraph.cc155 ssize_t num_entry_succ = graph_->GetEntryBlock()->GetSuccessors().size(); in Prune() local
159 while (num_entry_succ > last_succ_seen[entry_block_id]) { in Prune()