Home
last modified time | relevance | path

Searched refs:AddTempUse (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc317 interval->AddTempUse(instruction, i); in CheckForTempLiveIntervals()
326 interval->AddTempUse(instruction, i); in CheckForTempLiveIntervals()
Dregister_allocator_graph_color.cc973 interval->AddTempUse(instruction, i); in CheckForTempLiveIntervals()
982 interval->AddTempUse(instruction, i); in CheckForTempLiveIntervals()
Dssa_liveness_analysis.h301 void AddTempUse(HInstruction* instruction, size_t temp_index) { in AddTempUse() function