Home
last modified time | relevance | path

Searched refs:GenerateLastValue (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.h128 HInstruction* GenerateLastValue(HInstruction* instruction, HGraph* graph, HBasicBlock* block);
Dinduction_var_range_test.cc1011 HInstruction* last = range_.GenerateLastValue(phi, graph_, loop_preheader_); in TEST_F()
1066 HInstruction* last = range_.GenerateLastValue(phi, graph_, loop_preheader_); in TEST_F()
Dinduction_var_range.cc338 HInstruction* InductionVarRange::GenerateLastValue(HInstruction* instruction, in GenerateLastValue() function in art::InductionVarRange
Dloop_optimization.cc3031 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue()