Home
last modified time | relevance | path

Searched defs:NumLoops (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DLoopExtractor.h24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp44 unsigned NumLoops; member
76 unsigned NumLoops; member
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbexec.c854 UINT32 NumLoops; in AcpiDbCreateExecutionThreads() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops()
155 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
340 unsigned NumLoops, Stmt *AssociatedStmt, in Create()
352 unsigned NumLoops) { in CreateEmpty()
H A DOpenMPClause.cpp324 unsigned NumLoops, in Create()
339 unsigned NumLoops) { in CreateEmpty()
1000 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1017 unsigned NumLoops) { in CreateEmpty()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMustExecute.cpp449 const auto NumLoops = Loops.size(); in printInfoComment() local
H A DInlineCost.cpp817 int NumLoops = 0; in finalizeAnalysis() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h893 unsigned NumLoops, in doForAllLoops()
908 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
4973 unsigned NumLoops) in OMPTileDirective()
H A DOpenMPClause.h1604 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause()
1610 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause()
4534 unsigned NumLoops = 0; variable
4545 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause()
4555 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1561 size_t NumLoops = Loops.size(); in collapseLoops() local
1683 int NumLoops = Loops.size(); in tileLoops() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp3184 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
H A DASTReader.cpp11845 unsigned NumLoops = Record.readInt(); in readClause() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h1431 UINT32 NumLoops; global() member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8945 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() local
12558 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPTileDirective() local