Searched refs:thread_local_computations_ (Results 1 – 2 of 2) sorted by relevance
672 std::vector<const HloComputation*> thread_local_computations_; variable
123 &hlo_module, &thread_local_computations_, &global_computations_); in IrEmitter()124 absl::c_sort(thread_local_computations_); in IrEmitter()618 CHECK(absl::c_binary_search(thread_local_computations_, sort->to_apply())); in HandleSort()3439 CHECK(absl::c_binary_search(thread_local_computations_, &callee)); in EmitThreadLocalCall()