Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h230 bool IsSplit() const { return parent_ != this; } in IsSplit() function
691 stream << " is_fixed: " << is_fixed_ << ", is_split: " << IsSplit(); in Dump()
799 if (defined_by_ != nullptr && !IsSplit()) { in IsUsingInputRegister()
826 if (defined_by_ != nullptr && !IsSplit()) { in CanUseInputRegister()
Dregister_allocator.cc753 if (defined_by != nullptr && !current->IsSplit()) { in TryAllocateFreeReg()
782 if (!current->IsSplit() && !inactive->IsFixed()) { in TryAllocateFreeReg()
1030 if (!current->IsSplit() && !inactive->IsFixed()) { in AllocateBlockedReg()
1134 if (!current->IsSplit() && !inactive->IsFixed()) { in AllocateBlockedReg()
Dssa_liveness_analysis.cc389 if (IsSplit() && liveness.IsAtBlockBoundary(GetStart() / 2)) { in FindFirstRegisterHint()
Dgraph_visualizer.cc532 StartAttributeStream("is_split") << interval->IsSplit(); in PrintInstruction()