Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc937 bool should_spill = false; in AllocateBlockedReg() local
946 should_spill = (first_register_use >= next_use[reg]) in AllocateBlockedReg()
951 should_spill = (first_register_use >= next_use[reg]); in AllocateBlockedReg()
955 if (should_spill) { in AllocateBlockedReg()