Searched refs:scope_b (Results 1 – 4 of 4) sorted by relevance
529 for (const auto& scope_b : it->second->operands()) { in MergeMetadata() local530 if (!scope_set.count(llvm::cast<llvm::MDNode>(scope_b.get()))) { in MergeMetadata()531 union_of_scopes.push_back(llvm::cast<llvm::MDNode>(scope_b.get())); in MergeMetadata()545 for (const auto& scope_b : it->second->operands()) { in MergeMetadata() local546 if (scope_set.count(llvm::cast<llvm::MDNode>(scope_b))) { in MergeMetadata()547 intersection_of_scopes.push_back(llvm::cast<llvm::MDNode>(scope_b)); in MergeMetadata()
655 Scope* scope_b = b->scope()->outer_scope(); in HasChangedScope() local656 while (scope_a && scope_b) { in HasChangedScope()662 for (Variable* var : *scope_b->locals()) { in HasChangedScope()669 scope_b = scope_b->outer_scope(); in HasChangedScope()671 return scope_a != scope_b; in HasChangedScope()
304 scope_b = dist.scope()305 with scope_b:319 with scope_b:
13396 SimulationCPUFeaturesScope scope_b(&masm, CPUFeatures::All()); in SimulationCPUFeaturesScopeHelper() local