Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h131 bool IsSynthesized() const { return user_ == nullptr; } in IsSynthesized() function
151 if (IsSynthesized()) return false; in RequiresRegister()
963 if ((use_position == position) && use->IsSynthesized()) { in HasSynthesizeUseAt()
Dssa_liveness_analysis.cc417 if (use_position >= start && !use->IsSynthesized()) { in FindFirstRegisterHint()
Dregister_allocator.cc1627 DCHECK(use->IsSynthesized()); in ConnectSiblings()
1633 if (!use->IsSynthesized()) { in ConnectSiblings()
1735 DCHECK(use->IsSynthesized()); in ConnectSiblings()