Lines Matching refs:result
81 // |result_id_map| must have an entry for every result id in the called
84 // If |instruction| has result id, then it must have a mapped id in
118 // If there are gaps in the result id map, fill them using overflow ids.
127 // If |instruction| has result id, then it must have a mapped id in
228 protobufs::Transformation result;
229 *result.mutable_inline_function() = message_;
230 return result;
279 // Replaces the operand ids with their mapped result ids.
316 // If |instruction_to_be_inlined| has result id, then set it to its mapped
358 std::unordered_set<uint32_t> result;
360 result.insert(pair.second());
362 return result;