Searched refs:base_ptrs_ (Results 1 – 2 of 2) sorted by relevance
186 InsertOrDie(&base_ptrs_, &hlo, ShapeTree<llvm::Value*>(hlo_shape, nullptr)); in BindHloToIrValue()188 *(base_ptrs_[&hlo].mutable_element(shape_index)) = typed_ir_value; in BindHloToIrValue()240 for (auto& key_value : base_ptrs_) { in UnbindAllLocalIrValues()248 base_ptrs_.erase(hlo_to_unbind); in UnbindAllLocalIrValues()259 if (base_ptrs_.empty()) { in ToString()266 base_ptrs_.begin()->first->GetModule()->MakeComputationPostOrder()) { in ToString()270 auto it = base_ptrs_.find(instr); in ToString()271 if (it == base_ptrs_.end()) { in ToString()
65 return base_ptrs_.contains(&hlo); in BoundToIrValue()75 auto it = base_ptrs_.find(&hlo);76 CHECK(it != base_ptrs_.end()) << hlo.ToString();115 base_ptrs_; variable