Home
last modified time | relevance | path

Searched refs:structContext (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp644 thread_local SetVector<StringRef> structContext; in parseStructType() local
649 structContext.remove(identifier); in parseStructType()
663 if (structContext.count(identifier) == 0) { in parseStructType()
677 if (structContext.count(identifier) != 0) { in parseStructType()
684 structContext.insert(identifier); in parseStructType()
693 structContext.remove(identifier); in parseStructType()
733 structContext.remove(identifier); in parseStructType()
809 thread_local SetVector<StringRef> structContext; in print() local
816 if (structContext.count(type.getIdentifier())) { in print()
822 structContext.insert(type.getIdentifier()); in print()
[all …]