Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.h258 bool IsOnlyUsedAfterLoop(HLoopInformation* loop_info,
H A Dloop_optimization.cc2408 IsOnlyUsedAfterLoop(loop_info, phi, /*collect_loop_uses*/ true, &use_count) && in TrySetPhiReduction()
2492 bool HLoopOptimization::IsOnlyUsedAfterLoop(HLoopInformation* loop_info, in IsOnlyUsedAfterLoop() function in art::HLoopOptimization
2567 return IsOnlyUsedAfterLoop(loop_info, instruction, collect_loop_uses, &use_count) && in TryAssignLastValue()