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()210 Use* use_ptr = GetUsePtr(start); in ClearInputs()338 CHECK_EQ(i, this->GetUsePtr(i)->input_index()); in Verify()339 CHECK_EQ(this->GetInputPtr(i), this->GetUsePtr(i)->input_ptr()); in Verify()
92 Use* use = GetUsePtr(index); in ReplaceInput()276 Use* GetUsePtr(int input_index) { in GetUsePtr() function416 : use_(from->GetUsePtr(index)), input_ptr_(from->GetInputPtr(index)) {}