Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp162 unsigned Level, unsigned NumLevels) { in matchPairwiseReductionAtLevel() argument
218 if (Level + 1 != NumLevels) { in matchPairwiseReductionAtLevel()
235 if (++Level == NumLevels) in matchPairwiseReductionAtLevel()
239 return matchPairwiseReductionAtLevel(NextLevelBinOp, Level, NumLevels); in matchPairwiseReductionAtLevel()