Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.h508 class LoopClonerSimpleHelper : public ValueObject {
510 LoopClonerSimpleHelper(HLoopInformation* info, InductionVarRange* induction_range);
525 DISALLOW_COPY_AND_ASSIGN(LoopClonerSimpleHelper);
Dsuperblock_cloner_test.cc446 LoopClonerSimpleHelper helper(loop_info, /* induction_range= */ nullptr); in TEST_F()
495 LoopClonerSimpleHelper helper(loop1_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F()
541 LoopClonerSimpleHelper helper(loop3_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F()
606 LoopClonerSimpleHelper helper(loop3_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F()
Dsuperblock_cloner.cc1198 LoopClonerSimpleHelper::LoopClonerSimpleHelper(HLoopInformation* info, in LoopClonerSimpleHelper() function in art::LoopClonerSimpleHelper
Dloop_optimization.cc434 LoopClonerSimpleHelper helper(loop_info, induction_range); in PeelByCount()
810 LoopClonerSimpleHelper helper(loop_info, &induction_range_); in TryUnrollingForBranchPenaltyReduction()
835 LoopClonerSimpleHelper helper(loop_info, &induction_range_); in TryPeelingForLoopInvariantExitsElimination()