Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Transforms/
H A DInferQuantizedTypesPass.cpp129 int propRound; in runWithConfig() local
130 for (propRound = kMaximumPropagationRounds; propRound > 0; --propRound) { in runWithConfig()
135 if (propRound == 0) { in runWithConfig()