/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LoopExtractor.h | 24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 39 unsigned NumLoops; member 71 unsigned NumLoops; member
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbexec.c | 960 UINT32 NumLoops; in AcpiDbCreateExecutionThreads() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 344 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 D | StmtOpenMP.cpp | 126 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() 472 ArrayRef<OMPClause *> Clauses, unsigned NumLoops, Stmt *AssociatedStmt, in Create() 484 unsigned NumLoops) { in CreateEmpty()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 981 ExprResult NumLoops = in ParseOpenACCClauseParams() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 916 unsigned NumLoops, in doForAllLoops() 935 unsigned NumLoops, in doForAllLoops() 943 unsigned NumLoops, in doForAllLoops() 958 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() 5577 unsigned NumLoops) in OMPTileDirective() 5798 SourceLocation EndLoc, unsigned NumLoops) in OMPInterchangeDirective()
|
H A D | OpenMPClause.h | 1852 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause() 1858 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause() 4947 unsigned NumLoops = 0; variable 4958 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause() 4968 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause() 9210 unsigned NumLoops = 0; variable 9220 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDoacrossClause() 9229 explicit OMPDoacrossClause(unsigned N, unsigned NumLoops) in OMPDoacrossClause()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 361 const auto NumLoops = Loops.size(); in printInfoComment() local
|
H A D | InlineCost.cpp | 992 int NumLoops = 0; in finalizeAnalysis() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3452 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local 3475 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
|
H A D | ASTReader.cpp | 10559 unsigned NumLoops = Record.readInt(); in readClause() local 10706 unsigned NumLoops = Record.readInt(); in readClause() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9312 unsigned NumLoops = in checkOpenMPIterationSpace() local 9621 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() local 14021 OpenMPDirectiveKind Kind, Stmt *AStmt, int NumLoops, in checkTransformableLoopNest() 14113 size_t NumLoops = LoopStmts.size(); in collectLoopStmts() local 14137 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPTileDirective() local 14418 constexpr unsigned NumLoops = 1; in ActOnOpenMPUnrollDirective() local 14687 constexpr unsigned NumLoops = 1; in ActOnOpenMPReverseDirective() local 14876 constexpr size_t NumLoops = 2; in ActOnOpenMPInterchangeDirective() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4710 size_t NumLoops = Loops.size(); in collapseLoops() local 4839 int NumLoops = Loops.size(); in tileLoops() local 5627 InsertPointTy AllocaIP, unsigned NumLoops, in createOrderedDepend()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | aclocal.h | 1541 UINT32 NumLoops; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5907 unsigned NumLoops = C->getNumLoops(); in emitRestoreIP() local
|