Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dregister_allocator.cc62 it.Current()->SetLiveInterval(bad_live_interval); in ~RegisterAllocator()
65 it.Current()->SetLiveInterval(bad_live_interval); in ~RegisterAllocator()
H A Dssa_liveness_analysis.cc58 current->SetLiveInterval( in NumberInstructions()
76 current->SetLiveInterval( in NumberInstructions()
H A Doptimizing_unit_test.h100 defined_by->SetLiveInterval(interval);
H A Dnodes.h2578 void SetLiveInterval(LiveInterval* interval) { live_interval_ = interval; } in SetLiveInterval() function