Searched refs:unordered_ops (Results 1 – 1 of 1) sorted by relevance
781 std::vector<InstructionEntry> unordered_ops; in Compute() local790 unordered_ops.push_back(instr_entry1); in Compute()799 if (!ForceRuntimeOrder(unordered_ops, instr_entry2, in Compute()856 bool ForceRuntimeOrder(absl::Span<const InstructionEntry> unordered_ops, in ForceRuntimeOrder() argument859 if (unordered_ops.empty()) { in ForceRuntimeOrder()880 for (const InstructionEntry& entry1 : unordered_ops) { in ForceRuntimeOrder()902 for (const InstructionEntry& entry1 : unordered_ops) { in ForceRuntimeOrder()