Searched refs:IsSynthesized (Results 1 – 3 of 3) sorted by relevance
337 [](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()
128 bool IsSynthesized() const { return user_ == nullptr; } in IsSynthesized() function145 if (IsSynthesized()) return false; in RequiresRegister()1040 if ((use_position == position) && use.IsSynthesized()) { in HasSynthesizeUseAt()
384 if (use_position >= start && !use.IsSynthesized()) { in FindFirstRegisterHint()