Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc624 ri->GetNoEscapeSubgraph()->GetExcludedCohorts(); in IsPartialNoEscape()
1115 ref_info->GetNoEscapeSubgraph()->GetExcludedCohorts(); in HandleInvoke()
2984 subgraph_->GetExcludedCohorts().cbegin(), in IsPostEscape()
2985 subgraph_->GetExcludedCohorts().cend(), in IsPostEscape()
2991 subgraph_->GetExcludedCohorts().cbegin(), in InEscapeCohort()
2992 subgraph_->GetExcludedCohorts().cend(), in InEscapeCohort()
2997 return std::none_of(subgraph_->GetExcludedCohorts().cbegin(), in BeforeAllEscapes()
2998 subgraph_->GetExcludedCohorts().cend(), in BeforeAllEscapes()
3081 DCHECK(std::none_of(GetNoEscapeSubgraph()->GetExcludedCohorts().begin(), in GenerateMaterializationValueFromPredecessors()
3082 GetNoEscapeSubgraph()->GetExcludedCohorts().end(), in GenerateMaterializationValueFromPredecessors()
[all …]
Dexecution_subgraph.h269 ArrayRef<const ExcludedCohort> GetExcludedCohorts() const { in GetExcludedCohorts() function
Dload_store_analysis.cc204 !ri->GetNoEscapeSubgraph()->GetExcludedCohorts().empty() && in DumpReferenceStats()
Dexecution_subgraph_test.cc620 ArrayRef<const ExecutionSubgraph::ExcludedCohort> exclusions(esg.GetExcludedCohorts()); in TEST_F()
729 ArrayRef<const ExecutionSubgraph::ExcludedCohort> exclusions(esg.GetExcludedCohorts()); in TEST_F()
Dload_store_analysis_test.cc816 auto excluded = esg->GetExcludedCohorts(); in AreExclusionsIndependent()
1548 EXPECT_TRUE(esg->IsValid()) << esg->GetExcludedCohorts(); in TEST_F()