Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.h264 bool TryReplaceWithLastValue(HLoopInformation* loop_info,
H A Dloop_optimization.cc2516 bool HLoopOptimization::TryReplaceWithLastValue(HLoopInformation* loop_info, in TryReplaceWithLastValue() function in art::HLoopOptimization
2569 (!IsEarlyExit(loop_info) && TryReplaceWithLastValue(loop_info, instruction, block))); in TryAssignLastValue()