Searched defs:IsSplit (Results 1 - 1 of 1) 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()) {

Completed in 46 milliseconds