Home
last modified time | relevance | path

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

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