Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h133 bool IsSynthesized() const { return user_ == nullptr; } in IsSynthesized() function
153 if (IsSynthesized()) return false; in RequiresRegister()
950 if ((use_position == position) && use->IsSynthesized()) { in HasSynthesizeUseAt()
Dssa_liveness_analysis.cc363 if (use_position >= start && !use->IsSynthesized()) { in FindFirstRegisterHint()
Dregister_allocator.cc1512 DCHECK(use->IsSynthesized()); in ConnectSiblings()
1518 if (!use->IsSynthesized()) { in ConnectSiblings()
1614 DCHECK(use->IsSynthesized()); in ConnectSiblings()