Lines Matching refs:result
798 // mutating any existing order so that the result is still valid.
1109 // The list should be in same order as the final result.
1216 // existing cache entry) or the result. Make a list of any empty bus stops
1220 // {result}, we want to cache [(B11, B12) -> result, (B21, B22) -> result],
1243 BasicBlock* result = b1;
1257 mapping->insert({id2, result});
1259 return result;
1783 BasicBlock* result = schedule_->block(use);
1784 if (result == nullptr) return nullptr;
1786 use->op()->mnemonic(), result->id().ToInt());
1787 return result;