Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp765 unsigned NumLevels) { in matchPairwiseReductionAtLevel() argument
820 if (Level + 1 != NumLevels) { in matchPairwiseReductionAtLevel()
838 if (++Level == NumLevels) in matchPairwiseReductionAtLevel()
843 NumLevels); in matchPairwiseReductionAtLevel()
H A DCFLGraph.h80 auto NumLevels = Levels.size(); in addNodeToLevel() local
81 if (NumLevels > Level) in addNodeToLevel()