/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | LoopExtractor.h | 24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 39 unsigned NumLoops; member 71 unsigned NumLoops; member
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 341 unsigned NumLoops, in Create() 356 unsigned NumLoops) { in CreateEmpty() 1053 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create() 1071 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() 410 unsigned NumLoops, Stmt *AssociatedStmt, in Create() 422 unsigned NumLoops) { in CreateEmpty()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 901 unsigned NumLoops, in doForAllLoops() 920 unsigned NumLoops, in doForAllLoops() 928 unsigned NumLoops, in doForAllLoops() 943 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() 5504 unsigned NumLoops) in OMPTileDirective()
|
H A D | OpenMPClause.h | 1852 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause() 1858 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause() 4811 unsigned NumLoops = 0; variable 4822 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause() 4832 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 456 const auto NumLoops = Loops.size(); in printInfoComment() local
|
H A D | InlineCost.cpp | 917 int NumLoops = 0; in finalizeAnalysis() local
|
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2616 size_t NumLoops = Loops.size(); in collapseLoops() local 2745 int NumLoops = Loops.size(); in tileLoops() local 3497 InsertPointTy AllocaIP, unsigned NumLoops, in createOrderedDepend()
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3308 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
|
H A D | ASTReader.cpp | 10133 unsigned NumLoops = Record.readInt(); in readClause() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9571 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() local 14621 OpenMPDirectiveKind Kind, Stmt *AStmt, int NumLoops, in checkTransformableLoopNest() 14679 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPTileDirective() local 14898 constexpr unsigned NumLoops = 1; in ActOnOpenMPUnrollDirective() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5826 unsigned NumLoops = DC->getNumLoops(); in EmitOMPOrderedDirective() local
|