Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DLoopExtractor.h24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 unsigned NumLoops; member
71 unsigned NumLoops; member
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp341 unsigned NumLoops, in Create()
356 unsigned NumLoops) { in CreateEmpty()
1053 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1071 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()
410 unsigned NumLoops, Stmt *AssociatedStmt, in Create()
422 unsigned NumLoops) { in CreateEmpty()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h901 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 DOpenMPClause.h1852 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 DMustExecute.cpp456 const auto NumLoops = Loops.size(); in printInfoComment() local
H A DInlineCost.cpp917 int NumLoops = 0; in finalizeAnalysis() local
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2616 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 DASTReaderStmt.cpp3308 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
H A DASTReader.cpp10133 unsigned NumLoops = Record.readInt(); in readClause() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9571 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 DCGStmtOpenMP.cpp5826 unsigned NumLoops = DC->getNumLoops(); in EmitOMPOrderedDirective() local