/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LoopExtractor.h | 24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LoopExtractor.cpp | 39 unsigned NumLoops; member 71 unsigned NumLoops; member [all...] |
/llvm-project/bolt/include/bolt/Passes/ |
H A D | StokeInfo.h | 46 unsigned NumLoops; member
|
/llvm-project/polly/include/polly/ |
H A D | ScopDetection.h | 196 int NumLoops; member
|
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 359 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty() argument 344 Create(const ASTContext & C,Expr * Num,unsigned NumLoops,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) Create() argument 1058 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,DependDataTy Data,Expr * DepModifier,ArrayRef<Expr * > VL,unsigned NumLoops) Create() argument 1076 CreateEmpty(const ASTContext & C,unsigned N,unsigned NumLoops) CreateEmpty() argument 1683 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,OpenMPDoacrossClauseModifier DepType,SourceLocation DepLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,unsigned NumLoops) Create() argument 1699 CreateEmpty(const ASTContext & C,unsigned N,unsigned NumLoops) CreateEmpty() argument [all...] |
H A D | StmtOpenMP.cpp | 126 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops() argument 180 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoopsBodies() argument 412 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation EndLoc,ArrayRef<OMPClause * > Clauses,unsigned NumLoops,Stmt * AssociatedStmt,Stmt * TransformedStmt,Stmt * PreInits) Create() argument 424 CreateEmpty(const ASTContext & C,unsigned NumClauses,unsigned NumLoops) CreateEmpty() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 981 ExprResult NumLoops = ParseOpenACCClauseParams() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MustExecute.cpp | 361 const auto NumLoops = Loops.size(); printInfoComment() local
|
H A D | InlineCost.cpp | 992 int NumLoops = 0; finalizeAnalysis() local
|
/llvm-project/polly/lib/Transform/ |
H A D | ScheduleTreeTransform.cpp | 616 int NumLoops = unsignedFromIslSize(Band.n_member()); in visitBand() local 633 int NumLoops = unsignedFromIslSize(Band.n_member()); in visitBand() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 943 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops, in doForAllLoops() argument 916 doForAllLoops(const Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<bool (unsigned,const Stmt *)> Callback,llvm::function_ref<void (const OMPLoopTransformationDirective *)> OnTransformationCallback) doForAllLoops() argument 935 doForAllLoops(Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<bool (unsigned,Stmt *)> Callback) doForAllLoops() argument 958 doForAllLoopsBodies(const Stmt * CurStmt,bool TryImperfectlyNestedLoops,unsigned NumLoops,llvm::function_ref<void (unsigned,const Stmt *,const Stmt *)> Callback) doForAllLoopsBodies() argument 5576 OMPTileDirective(SourceLocation StartLoc,SourceLocation EndLoc,unsigned NumLoops) OMPTileDirective() argument [all...] |
H A D | OpenMPClause.h | 1852 OMPOrderedClause(Expr * Num,unsigned NumLoops,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) OMPOrderedClause() argument 1858 OMPOrderedClause(unsigned NumLoops) OMPOrderedClause() argument 4947 unsigned NumLoops = 0; global() variable 4958 OMPDependClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,unsigned N,unsigned NumLoops) OMPDependClause() argument 4968 OMPDependClause(unsigned N,unsigned NumLoops) OMPDependClause() argument 9210 unsigned NumLoops = 0; global() variable 9220 OMPDoacrossClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,unsigned N,unsigned NumLoops) OMPDoacrossClause() argument 9229 OMPDoacrossClause(unsigned N,unsigned NumLoops) OMPDoacrossClause() argument [all...] |
/llvm-project/polly/lib/Analysis/ |
H A D | ScopDetection.cpp | 1370 int NumLoops = 1; countBeneficialSubLoops() local 1727 int NumLoops = isProfitableRegion() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9309 unsigned NumLoops = checkOpenMPIterationSpace() local 9618 unsigned NumLoops = std::max(OrderedLoopCount, NestedLoopCount); checkOpenMPLoop() local 14018 checkTransformableLoopNest(OpenMPDirectiveKind Kind,Stmt * AStmt,int NumLoops,SmallVectorImpl<OMPLoopBasedDirective::HelperExprs> & LoopHelpers,Stmt * & Body,SmallVectorImpl<SmallVector<Stmt *,0>> & OriginalInits) checkTransformableLoopNest() argument 14106 size_t NumLoops = LoopStmts.size(); collectLoopStmts() local 14130 unsigned NumLoops = SizesClause->getNumSizes(); ActOnOpenMPTileDirective() local 14411 constexpr unsigned NumLoops = 1; ActOnOpenMPUnrollDirective() local [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4644 size_t NumLoops = Loops.size(); collapseLoops() local 4773 int NumLoops = Loops.size(); tileLoops() local 5561 createOrderedDepend(const LocationDescription & Loc,InsertPointTy AllocaIP,unsigned NumLoops,ArrayRef<llvm::Value * > StoreValues,const Twine & Name,bool IsDependSource) createOrderedDepend() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 3447 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields]; ReadStmtFromStream() local
|
H A D | ASTReader.cpp | 10558 unsigned NumLoops = Record.readInt(); readClause() local 10705 unsigned NumLoops = Record.readInt(); readClause() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 2957 unsigned NumLoops = 2; TEST_F() local 3042 unsigned NumLoops = 2; TEST_F() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5889 unsigned NumLoops = C->getNumLoops(); emitRestoreIP() local
|