Searched refs:depthInPattern (Results 1 – 1 of 1) sorted by relevance
587 static void vectorizeLoopIfProfitable(Operation *loop, unsigned depthInPattern, in vectorizeLoopIfProfitable() argument590 assert(patternDepth > depthInPattern && in vectorizeLoopIfProfitable()592 if (patternDepth - depthInPattern > strategy->vectorSizes.size()) { in vectorizeLoopIfProfitable()597 strategy->vectorSizes.size() - (patternDepth - depthInPattern); in vectorizeLoopIfProfitable()616 unsigned depthInPattern, in analyzeProfitability() argument620 if (failed(analyzeProfitability(m.getMatchedChildren(), depthInPattern + 1, in analyzeProfitability()624 vectorizeLoopIfProfitable(m.getMatchedOperation(), depthInPattern, in analyzeProfitability()