Searched refs:NumLoops (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | LoopExtractor.cpp | 40 unsigned NumLoops; member 43 : LoopPass(ID), NumLoops(numLoops) { in LoopExtractor() 140 if (NumLoops == 0) return Changed; in runOnLoop() 141 --NumLoops; in runOnLoop()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbexec.c | 738 for (i = 0; i < Info->NumLoops; i++) in AcpiDbMethodThread() 936 UINT32 NumLoops; in AcpiDbCreateExecutionThreads() local 947 NumLoops = strtoul (NumLoopsArg, NULL, 0); in AcpiDbCreateExecutionThreads() 949 if (!NumThreads || !NumLoops) in AcpiDbCreateExecutionThreads() 952 NumThreads, NumLoops); in AcpiDbCreateExecutionThreads() 1018 AcpiGbl_DbMethodInfo.NumLoops = NumLoops; in AcpiDbCreateExecutionThreads() 1059 NumThreads, NumLoops); in AcpiDbCreateExecutionThreads()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 196 unsigned NumLoops, in Create() argument 200 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create() 203 for (unsigned I = 0; I < NumLoops; ++I) { in Create() 213 auto *Clause = new (Mem) OMPOrderedClause(NumLoops); in CreateEmpty() 214 for (unsigned I = 0; I < NumLoops; ++I) { in CreateEmpty() 723 unsigned NumLoops) { in Create() argument 731 for (unsigned I = 0 ; I < NumLoops; ++I) in Create() 739 return new (Mem) OMPDependClause(N, NumLoops); in CreateEmpty() 745 NumLoop < NumLoops && in setLoopData() 755 NumLoop < NumLoops && in getLoopData() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 366 const auto NumLoops = Loops.size(); in printInfoComment() local 367 if (NumLoops > 1) in printInfoComment() 368 OS << " ; (mustexec in " << NumLoops << " loops: "; in printInfoComment()
|
| H A D | InlineCost.cpp | 1905 int NumLoops = 0; in analyzeCall() local 1910 NumLoops++; in analyzeCall() 1912 Cost += NumLoops * InlineConstants::CallPenalty; in analyzeCall()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 1151 OMPOrderedClause(Expr *Num, unsigned NumLoops, SourceLocation StartLoc, in OMPOrderedClause() argument 1154 NumForLoops(Num), NumberOfLoops(NumLoops) {} in OMPOrderedClause() 1157 explicit OMPOrderedClause(unsigned NumLoops) in OMPOrderedClause() argument 1159 NumberOfLoops(NumLoops) {} in OMPOrderedClause() 3329 unsigned NumLoops = 0; variable 3340 SourceLocation EndLoc, unsigned N, unsigned NumLoops) in OMPDependClause() argument 3342 EndLoc, N), NumLoops(NumLoops) {} in OMPDependClause() 3349 explicit OMPDependClause(unsigned N, unsigned NumLoops) in OMPDependClause() argument 3353 NumLoops(NumLoops) {} in OMPDependClause() 3391 unsigned NumLoops); [all …]
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | aclocal.h | 1529 UINT32 NumLoops; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11780 unsigned NumLoops = Record.readInt(); in readClause() local 11781 C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops); in readClause()
|