Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLoopExtractor.h24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 unsigned NumLoops; member
71 unsigned NumLoops; member
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c960 UINT32 NumLoops; in AcpiDbCreateExecutionThreads() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp726 ExprResult NumLoops = in ParseOpenACCClauseParams() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp344 unsigned NumLoops, in Create()
359 unsigned NumLoops) { in CreateEmpty()
1058 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1076 unsigned NumLoops) { in CreateEmpty()
1683 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1699 unsigned NumLoops) { in CreateEmpty()
H A DStmtOpenMP.cpp126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops()
180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
412 unsigned NumLoops, Stmt *AssociatedStmt, in Create()
424 unsigned NumLoops) { in CreateEmpty()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp361 const auto NumLoops = Loops.size(); in printInfoComment() local
H A DInlineCost.cpp986 int NumLoops = 0; in finalizeAnalysis() local
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h916 unsigned NumLoops, in doForAllLoops()
935 unsigned NumLoops, in doForAllLoops()
943 unsigned NumLoops, in doForAllLoops()
958 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
5573 unsigned NumLoops) in OMPTileDirective()
H A DOpenMPClause.h1852 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause()
1858 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause()
4907 unsigned NumLoops = 0; variable
4918 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause()
4928 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause()
9170 unsigned NumLoops = 0; variable
9180 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDoacrossClause()
9189 explicit OMPDoacrossClause(unsigned N, unsigned NumLoops) in OMPDoacrossClause()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3178 size_t NumLoops = Loops.size(); in collapseLoops() local
3307 int NumLoops = Loops.size(); in tileLoops() local
4072 InsertPointTy AllocaIP, unsigned NumLoops, in createOrderedDepend()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp3391 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
H A DASTReader.cpp10415 unsigned NumLoops = Record.readInt(); in readClause() local
10562 unsigned NumLoops = Record.readInt(); in readClause() local
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Daclocal.h1529 UINT32 NumLoops; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9507 unsigned NumLoops = in checkOpenMPIterationSpace() local
9786 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() local
14919 OpenMPDirectiveKind Kind, Stmt *AStmt, int NumLoops, in checkTransformableLoopNest()
14977 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPTileDirective() local
15196 constexpr unsigned NumLoops = 1; in ActOnOpenMPUnrollDirective() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5853 unsigned NumLoops = C->getNumLoops(); in emitRestoreIP() local