Searched refs:cohort (Results 1 – 2 of 2) sorted by relevance
275 ExcludedCohort& cohort = res.back(); in RecalculateExcludedCohort() local291 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()
1118 [&](const ExecutionSubgraph::ExcludedCohort& cohort) { in HandleInvoke() argument1119 return cohort.PrecedesBlock(blk); in HandleInvoke()3083 [&](const ExecutionSubgraph::ExcludedCohort& cohort) { in GenerateMaterializationValueFromPredecessors() argument3084 return cohort.IsEntryBlock(blk); in GenerateMaterializationValueFromPredecessors()3125 [&](const ExecutionSubgraph::ExcludedCohort& cohort) { in GenerateMaterializationValueFromPredecessorsForEntry() argument3126 return cohort.IsEntryBlock(entry); in GenerateMaterializationValueFromPredecessorsForEntry()