Home
last modified time | relevance | path

Searched refs: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() argument
144 if (!threadingIsEnabled) in getOrCreate()
169 mutate(bool threadingIsEnabled, BaseStorage *storage, in mutate() argument
172 if (!threadingIsEnabled) in mutate()
238 getOrCreate(bool threadingIsEnabled, unsigned hashValue,
247 mutate(bool threadingIsEnabled, BaseStorage *storage,
284 return storageUniquer.getOrCreate(threadingIsEnabled, hashValue, isEqual, in getOrCreate()
296 return storageUniquer.mutate(threadingIsEnabled, storage, mutationFn); in mutate()
329 bool threadingIsEnabled = true; member
339 impl->threadingIsEnabled = !disable; in disableMultithreading()
/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() argument
241 : threadingIsEnabled(threadingIsEnabled) { in MLIRContextImpl()
242 if (threadingIsEnabled) { in MLIRContextImpl()
487 return impl->threadingIsEnabled && llvm::llvm_is_multithreaded(); in isMultithreadingEnabled()
500 impl->threadingIsEnabled = !disable; in disableMultithreading()