Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocation_resolver.cc337 [](const UsePosition& pos) { return pos.IsSynthesized(); })); in ConnectSiblings()
340 if (!use.IsSynthesized()) { in ConnectSiblings()
408 DCHECK(std::all_of(use_it, use_end, [](const UsePosition& pos) { return pos.IsSynthesized(); })); in ConnectSiblings()
Dssa_liveness_analysis.h128 bool IsSynthesized() const { return user_ == nullptr; } in IsSynthesized() function
145 if (IsSynthesized()) return false; in RequiresRegister()
1040 if ((use_position == position) && use.IsSynthesized()) { in HasSynthesizeUseAt()
Dssa_liveness_analysis.cc384 if (use_position >= start && !use.IsSynthesized()) { in FindFirstRegisterHint()