Searched defs:input_interval (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc425 LiveInterval* input_interval = inputs[i]->GetLiveInterval()->GetSiblingAt(end - 1); local
426 if (input_interval->GetEnd() == end) {
429 Location input_location = input_interval->ToLocation();
441 LiveInterval* input_interval = local
443 if (input_interval->GetEnd() == GetStart()) {
446 Location location = input_interval->ToLocation();
H A Dregister_allocator_graph_color.cc1156 LiveInterval* input_interval = in_node->GetInterval(); local
1157 LiveInterval* next_sibling = input_interval->GetNextSibling();
1166 if (!input_interval->IsDeadAt(use_position) && input_interval->CoversSlow(use_position)) {
1173 if (inputs[i]->GetLiveInterval()->GetSiblingAt(def_position) == input_interval) {
1174 DCHECK(input_interval->SameRegisterKind(*output_interval));
1365 LiveInterval* input_interval = inputs[i]->GetLiveInterval()->GetSiblingAt(position); local
1367 auto it = interval_node_map_.Find(input_interval);
1379 LiveInterval* input_interval local
1382 if (input_interval
1407 LiveInterval* input_interval = inputs[i]->GetLiveInterval()->GetSiblingAt(def_point); local
[all...]

Completed in 131 milliseconds