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