Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DExecutionEngine.h81 bool enableObjectCache = false; member
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp217 ExecutionEngine::ExecutionEngine(bool enableObjectCache, in ExecutionEngine()