Home
last modified time | relevance | path

Searched refs:IsLoopPeelingEnabled (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dloop_analysis.h163 virtual bool IsLoopPeelingEnabled() const { return false; } in IsLoopPeelingEnabled() function
Dloop_analysis.cc113 bool IsLoopPeelingEnabled() const override { return true; } in IsLoopPeelingEnabled() function in art::ArchDefaultLoopHelper
Dloop_optimization.cc866 if (!arch_loop_helper_->IsLoopPeelingEnabled()) { in TryPeelingForLoopInvariantExitsElimination()
895 if (!arch_loop_helper_->IsLoopPeelingEnabled() || in TryFullUnrolling()