Searched refs:depthInPattern (Results 1 – 1 of 1) sorted by relevance
622 static void vectorizeLoopIfProfitable(Operation *loop, unsigned depthInPattern, in vectorizeLoopIfProfitable() argument625 assert(patternDepth > depthInPattern && in vectorizeLoopIfProfitable()627 if (patternDepth - depthInPattern > strategy->vectorSizes.size()) { in vectorizeLoopIfProfitable()632 strategy->vectorSizes.size() - (patternDepth - depthInPattern); in vectorizeLoopIfProfitable()651 unsigned depthInPattern, in analyzeProfitability() argument655 if (failed(analyzeProfitability(m.getMatchedChildren(), depthInPattern + 1, in analyzeProfitability()659 vectorizeLoopIfProfitable(m.getMatchedOperation(), depthInPattern, in analyzeProfitability()