Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Pass/
H A DPass.cpp397 unsigned newInitGeneration) { in initialize() argument
398 if (impl->initializationGeneration == newInitGeneration) in initialize()
400 impl->initializationGeneration = newInitGeneration; in initialize()
412 if (failed(adaptorPM.initialize(context, newInitGeneration))) in initialize()
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassManager.h176 LogicalResult initialize(MLIRContext *context, unsigned newInitGeneration);