Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h509 class LoopClonerSimpleHelper : public ValueObject {
511 LoopClonerSimpleHelper(HLoopInformation* info, InductionVarRange* induction_range);
526 DISALLOW_COPY_AND_ASSIGN(LoopClonerSimpleHelper);
Dsuperblock_cloner_test.cc447 LoopClonerSimpleHelper helper(loop_info, /* induction_range= */ nullptr); in TEST_F()
496 LoopClonerSimpleHelper helper(loop1_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F()
542 LoopClonerSimpleHelper helper(loop3_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F()
607 LoopClonerSimpleHelper helper(loop3_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F()
Dsuperblock_cloner.cc1202 LoopClonerSimpleHelper::LoopClonerSimpleHelper(HLoopInformation* info, in LoopClonerSimpleHelper() function in art::LoopClonerSimpleHelper
Dloop_optimization.cc434 LoopClonerSimpleHelper helper(loop_info, induction_range); in PeelByCount()
1014 LoopClonerSimpleHelper helper(loop_info, &induction_range_); in TryUnrollingForBranchPenaltyReduction()
1039 LoopClonerSimpleHelper helper(loop_info, &induction_range_); in TryPeelingForLoopInvariantExitsElimination()