Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.cc309 const auto& succs = blk->GetSuccessors(); in RecalculateExcludedCohort() local
313 if (std::any_of(succs.cbegin(), succs.cend(), is_external)) { in RecalculateExcludedCohort()