Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.cc304 auto is_external = [&](const HBasicBlock* ext) -> bool { in RecalculateExcludedCohort() local
310 if (std::any_of(preds.cbegin(), preds.cend(), is_external)) { in RecalculateExcludedCohort()
313 if (std::any_of(succs.cbegin(), succs.cend(), is_external)) { in RecalculateExcludedCohort()