Searched refs:thread_local_computations_ (Results 1 – 2 of 2) sorted by relevance
609 std::vector<const HloComputation*> thread_local_computations_; variable
112 &hlo_module, &thread_local_computations_, &global_computations_); in IrEmitter()113 absl::c_sort(thread_local_computations_); in IrEmitter()601 CHECK(absl::c_binary_search(thread_local_computations_, sort->to_apply())); in HandleSort()3235 CHECK(absl::c_binary_search(thread_local_computations_, &callee)); in EmitThreadLocalCall()