Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DLoopExtractor.h24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 unsigned NumLoops; member
71 unsigned NumLoops; member
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DStokeInfo.h46 unsigned NumLoops; member
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h193 int NumLoops; member
/llvm-project-15.0.7/polly/lib/Transform/
H A DScheduleTreeTransform.cpp615 int NumLoops = unsignedFromIslSize(Band.n_member()); in visitBand() local
632 int NumLoops = unsignedFromIslSize(Band.n_member()); in visitBand() local
/llvm-project-15.0.7/clang/lib/AST/
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()
H A DOpenMPClause.cpp332 unsigned NumLoops, in Create()
347 unsigned NumLoops) { in CreateEmpty()
1044 ArrayRef<Expr *> VL, unsigned NumLoops) { in Create()
1062 unsigned NumLoops) { in CreateEmpty()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h900 unsigned NumLoops, in doForAllLoops()
919 unsigned NumLoops, in doForAllLoops()
927 unsigned NumLoops, in doForAllLoops()
942 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies()
5503 unsigned NumLoops) in OMPTileDirective()
H A DOpenMPClause.h1788 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause()
1794 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause()
4769 unsigned NumLoops = 0; variable
4780 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause()
4790 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1363 int NumLoops = 1; in countBeneficialSubLoops() local
1705 int NumLoops = in isProfitableRegion() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMustExecute.cpp446 const auto NumLoops = Loops.size(); in printInfoComment() local
H A DInlineCost.cpp888 int NumLoops = 0; in finalizeAnalysis() local
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2527 size_t NumLoops = Loops.size(); in collapseLoops() local
2656 int NumLoops = Loops.size(); in tileLoops() local
3290 InsertPointTy AllocaIP, unsigned NumLoops, in createOrderedDepend()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp3261 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; in ReadStmtFromStream() local
H A DASTReader.cpp11666 unsigned NumLoops = Record.readInt(); in readClause() local
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp2558 unsigned NumLoops = 2; in TEST_F() local
2643 unsigned NumLoops = 2; in TEST_F() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9488 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); in checkOpenMPLoop() local
14481 OpenMPDirectiveKind Kind, Stmt *AStmt, int NumLoops, in checkTransformableLoopNest()
14539 unsigned NumLoops = SizesClause->getNumSizes(); in ActOnOpenMPTileDirective() local
14758 constexpr unsigned NumLoops = 1; in ActOnOpenMPUnrollDirective() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5762 unsigned NumLoops = DC->getNumLoops(); in EmitOMPOrderedDirective() local