Home
last modified time | relevance | path

Searched refs:CanRemoveCycle (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.h272 bool CanRemoveCycle(); // Whether the current 'iset_' is removable.
H A Dloop_optimization.cc658 if (CanRemoveCycle()) { in SimplifyInduction()
2582 bool HLoopOptimization::CanRemoveCycle() { in CanRemoveCycle() function in art::HLoopOptimization