Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h232 bool IsSplit() const { return parent_ != this; } in IsSplit() function
678 stream << " is_fixed: " << is_fixed_ << ", is_split: " << IsSplit(); in Dump()
786 if (defined_by_ != nullptr && !IsSplit()) { in IsUsingInputRegister()
813 if (defined_by_ != nullptr && !IsSplit()) { in CanUseInputRegister()
Dregister_allocator.cc714 if (defined_by != nullptr && !current->IsSplit()) { in TryAllocateFreeReg()
742 if (!current->IsSplit() && !inactive->IsFixed()) { in TryAllocateFreeReg()
943 if (!current->IsSplit() && !inactive->IsFixed()) { in AllocateBlockedReg()
1044 if (!current->IsSplit() && !inactive->IsFixed()) { in AllocateBlockedReg()
Dssa_liveness_analysis.cc338 if (IsSplit() && liveness.IsAtBlockBoundary(GetStart() / 2)) { in FindFirstRegisterHint()