Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPass.cpp801 llvm::hash_code newInitKey = context->getRegistryHash(); in run() local
802 if (newInitKey != initializationKey) { in run()
805 initializationKey = newInitKey; in run()