Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.cc275 ExcludedCohort& cohort = res.back(); in RecalculateExcludedCohort() local
291 cohort.blocks_.SetBit(cur->GetBlockId()); in RecalculateExcludedCohort()
302 for (ExcludedCohort& cohort : res) { in RecalculateExcludedCohort()
303 DCHECK(cohort.blocks_.IsAnyBitSet()); in RecalculateExcludedCohort()
305 return !cohort.blocks_.IsBitSet(ext->GetBlockId()); in RecalculateExcludedCohort()
307 for (const HBasicBlock* blk : cohort.Blocks()) { in RecalculateExcludedCohort()
311 cohort.entry_blocks_.SetBit(blk->GetBlockId()); in RecalculateExcludedCohort()
314 cohort.exit_blocks_.SetBit(blk->GetBlockId()); in RecalculateExcludedCohort()
Dload_store_elimination.cc1118 [&](const ExecutionSubgraph::ExcludedCohort& cohort) { in HandleInvoke() argument
1119 return cohort.PrecedesBlock(blk); in HandleInvoke()
3083 [&](const ExecutionSubgraph::ExcludedCohort& cohort) { in GenerateMaterializationValueFromPredecessors() argument
3084 return cohort.IsEntryBlock(blk); in GenerateMaterializationValueFromPredecessors()
3125 [&](const ExecutionSubgraph::ExcludedCohort& cohort) { in GenerateMaterializationValueFromPredecessorsForEntry() argument
3126 return cohort.IsEntryBlock(entry); in GenerateMaterializationValueFromPredecessorsForEntry()