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

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

Completed in 51 milliseconds