Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h257 bool IsOnlyUsedAfterLoop(HLoopInformation* loop_info,
Dloop_optimization.cc2304 IsOnlyUsedAfterLoop(loop_info, phi, /*collect_loop_uses*/ true, &use_count) && in TrySetPhiReduction()
2388 bool HLoopOptimization::IsOnlyUsedAfterLoop(HLoopInformation* loop_info, in IsOnlyUsedAfterLoop() function in art::HLoopOptimization
2463 return IsOnlyUsedAfterLoop(loop_info, instruction, collect_loop_uses, &use_count) && in TryAssignLastValue()