Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h127 HInstruction* GenerateLastValue(HInstruction* instruction, HGraph* graph, HBasicBlock* block);
Dinduction_var_range_test.cc788 HInstruction* last = range_.GenerateLastValue(phi, graph_, loop_preheader_); in TEST_F()
840 HInstruction* last = range_.GenerateLastValue(phi, graph_, loop_preheader_); in TEST_F()
Dinduction_var_range.cc296 HInstruction* InductionVarRange::GenerateLastValue(HInstruction* instruction, in GenerateLastValue() function in art::InductionVarRange
Dloop_optimization.cc2417 HInstruction* replacement = induction_range_.GenerateLastValue(instruction, graph_, block); in TryReplaceWithLastValue()