Searched refs:scope_b (Results 1 – 3 of 3) sorted by relevance
541 for (const auto& scope_b : it->second->operands()) { in MergeMetadata() local542 if (!scope_set.count(llvm::cast<llvm::MDNode>(scope_b.get()))) { in MergeMetadata()543 union_of_scopes.push_back(llvm::cast<llvm::MDNode>(scope_b.get())); in MergeMetadata()557 for (const auto& scope_b : it->second->operands()) { in MergeMetadata() local558 if (scope_set.count(llvm::cast<llvm::MDNode>(scope_b))) { in MergeMetadata()559 intersection_of_scopes.push_back(llvm::cast<llvm::MDNode>(scope_b)); in MergeMetadata()
653 Scope* scope_b = b->scope()->outer_scope(); in HasChangedScope() local654 while (scope_a && scope_b) { in HasChangedScope()660 for (Variable* var : *scope_b->locals()) { in HasChangedScope()667 scope_b = scope_b->outer_scope(); in HasChangedScope()669 return scope_a != scope_b; in HasChangedScope()
27727 SimulationCPUFeaturesScope scope_b(&masm, CPUFeatures::All()); in SimulationCPUFeaturesScopeHelper() local