Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h78 auto NumLevels = Levels.size(); in addNodeToLevel() local
79 if (NumLevels > Level) in addNodeToLevel()
H A DTargetTransformInfo.cpp1101 unsigned NumLevels) { in matchPairwiseReductionAtLevel() argument
1156 if (Level + 1 != NumLevels) { in matchPairwiseReductionAtLevel()
1176 if (++Level == NumLevels) in matchPairwiseReductionAtLevel()
1181 NumLevels); in matchPairwiseReductionAtLevel()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2448 unsigned NumLevels = in isOpenMPGlobalCapturedDecl() local
2451 return (NumLevels == CaptureLevel + 1) && TopDVar.CKind != OMPC_shared; in isOpenMPGlobalCapturedDecl()