Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp161 unsigned Level, unsigned NumLevels) { in matchPairwiseReductionAtLevel() argument
217 if (Level + 1 != NumLevels) { in matchPairwiseReductionAtLevel()
234 if (++Level == NumLevels) in matchPairwiseReductionAtLevel()
238 return matchPairwiseReductionAtLevel(NextLevelBinOp, Level, NumLevels); in matchPairwiseReductionAtLevel()