Searched refs:IsOnlyUsedAfterLoop (Results 1 – 2 of 2) sorted by relevance
257 bool IsOnlyUsedAfterLoop(HLoopInformation* loop_info,
2304 IsOnlyUsedAfterLoop(loop_info, phi, /*collect_loop_uses*/ true, &use_count) && in TrySetPhiReduction()2388 bool HLoopOptimization::IsOnlyUsedAfterLoop(HLoopInformation* loop_info, in IsOnlyUsedAfterLoop() function in art::HLoopOptimization2463 return IsOnlyUsedAfterLoop(loop_info, instruction, collect_loop_uses, &use_count) && in TryAssignLastValue()