Home
last modified time | relevance | path

Searched defs:threadingIsEnabled (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp139 getOrCreate(bool threadingIsEnabled, unsigned hashValue, in getOrCreate()
169 mutate(bool threadingIsEnabled, BaseStorage *storage, in mutate()
329 bool threadingIsEnabled = true; member
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp143 bool threadingIsEnabled = true; member in mlir::MLIRContextImpl
240 MLIRContextImpl(bool threadingIsEnabled) in MLIRContextImpl()