Searched refs:GetUsePtr (Results 1 – 2 of 2) sorted by relevance
147 Use* use = GetUsePtr(inline_count); in AppendInput()159 outline->ExtractFrom(GetUsePtr(0), GetInputPtr(0), input_count); in AppendInput()169 outline->ExtractFrom(GetUsePtr(0), GetInputPtr(0), input_count); in AppendInput()175 Use* use = GetUsePtr(input_count); in AppendInput()226 Use* use_ptr = GetUsePtr(start); in ClearInputs()354 CHECK_EQ(i, this->GetUsePtr(i)->input_index()); in Verify()355 CHECK_EQ(this->GetInputPtr(i), this->GetUsePtr(i)->input_ptr()); in Verify()
93 Use* use = GetUsePtr(index); in ReplaceInput()278 Use* GetUsePtr(int input_index) { in GetUsePtr() function418 : use_(from->GetUsePtr(index)), input_ptr_(from->GetInputPtr(index)) {}