HomeSort by relevance Sort by last modified time
    Searched refs:use_position (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.h 492 size_t use_position = use->GetPosition(); local
493 if (use_position > position) {
495 return use_position;
520 size_t use_position = use->GetPosition(); local
521 if (use_position > position) {
522 return use_position;
949 size_t use_position = use->GetPosition(); local
    [all...]
ssa_liveness_analysis.cc 362 size_t use_position = use->GetPosition(); local
363 if (use_position >= start && !use->IsSynthesized()) {
372 if (free_until[reg] >= use_position) {
389 if (free_until[reg] >= use_position) {
399 // We use the user's lifetime position - 1 (and not `use_position`) because the

Completed in 1559 milliseconds