HomeSort by: relevance | last modified time | path
    Searched defs:NumLoops (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
LoopExtractor.h 24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {}
28 unsigned NumLoops;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 44 unsigned NumLoops;
46 explicit LoopExtractorLegacyPass(unsigned NumLoops = ~0)
47 : ModulePass(ID), NumLoops(NumLoops) {
65 unsigned NumLoops,
69 : NumLoops(NumLoops), LookupDomTree(LookupDomTree),
76 unsigned NumLoops;
133 return LoopExtractor(NumLoops, LookupDomTree, LookupLoopInfo, LookupACT)
142 if (!NumLoops)
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 656 for (i = 0; i < Info->NumLoops; i++)
854 UINT32 NumLoops;
865 NumLoops = strtoul (NumLoopsArg, NULL, 0);
867 if (!NumThreads || !NumLoops)
870 NumThreads, NumLoops);
936 AcpiGbl_DbMethodInfo.NumLoops = NumLoops;
977 NumThreads, NumLoops);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MustExecute.cpp 449 const auto NumLoops = Loops.size();
450 if (NumLoops > 1)
451 OS << " ; (mustexec in " << NumLoops << " loops: ";
InlineCost.cpp 817 int NumLoops = 0;
822 NumLoops++;
824 addCost(NumLoops * InlineConstants::CallPenalty);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 889 unsigned NumLoops,
893 unsigned NumLoops,
899 NumLoops, NewCallback);
905 Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops,
908 const Stmt *CurStmt, bool TryImperfectlyNestedLoops, unsigned NumLoops,
914 NumLoops, NewCallback);
4973 unsigned NumLoops)
4975 StartLoc, EndLoc, NumLoops) {}
4992 /// \param NumLoops Number of associated loops (number of items in the
5001 unsigned NumLoops, Stmt *AssociatedStmt
    [all...]
OpenMPClause.h 1600 /// \param NumLoops Number of loops, associated with this clause.
1604 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc,
1607 LParenLoc(LParenLoc), NumForLoops(Num), NumberOfLoops(NumLoops) {}
1610 explicit OMPOrderedClause(unsigned NumLoops)
1612 NumberOfLoops(NumLoops) {}
1621 /// \param NumLoops Number of loops, associated with this clause.
1626 unsigned NumLoops, SourceLocation StartLoc,
1631 static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned NumLoops);
4534 unsigned NumLoops = 0;
4542 /// \param NumLoops Number of loops that is associated with this depen
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 3184 unsigned NumLoops = Record[ASTStmtReader::NumStmtFields];
3186 S = OMPTileDirective::CreateEmpty(Context, NumClauses, NumLoops);
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 1561 size_t NumLoops = Loops.size();
1564 if (NumLoops == 1)
1608 NewIndVars.set_size(NumLoops);
1609 for (int i = NumLoops - 1; i >= 1; --i) {
1644 for (size_t i = 0; i < NumLoops - 1; ++i)
1651 for (size_t i = NumLoops - 1; i > 0; --i)
1662 for (size_t i = 0; i < NumLoops; ++i)
1683 int NumLoops = Loops.size();
1684 assert(NumLoops >= 1 && "At least one loop to tile required");
1709 for (int i = 0; i < NumLoops - 1; ++i)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1434 UINT32 NumLoops;

Completed in 37 milliseconds