HomeSort by relevance Sort by last modified time
    Searched refs:arch_loop_helper_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
loop_optimization.h 330 ArchNoOptsLoopHelper* arch_loop_helper_; member in class:art::HLoopOptimization
loop_optimization.cc 488 arch_loop_helper_(ArchNoOptsLoopHelper::Create(compiler_options_ != nullptr
793 uint32_t unrolling_factor = arch_loop_helper_->GetScalarUnrollingFactor(analysis_info);
819 if (!arch_loop_helper_->IsLoopPeelingEnabled()) {
848 if (!arch_loop_helper_->IsLoopPeelingEnabled() ||
850 !arch_loop_helper_->IsFullUnrollingBeneficial(analysis_info)) {
    [all...]

Completed in 85 milliseconds