/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
H A D | thread_contention.cpp | 19 std::atomic<bool> *StartingGun, unsigned NumIterations) { in asyncTask() 45 void runThreadContentionTest(unsigned NumThreads, unsigned NumIterations, in runThreadContentionTest() 62 unsigned NumIterations = 10000; in TEST_F() local
|
H A D | recoverable.cpp | 144 unsigned NumIterations, unsigned Job, char *Ptr) { in singleAllocThrashTask() 170 void runInterThreadThrashingSingleAlloc(unsigned NumIterations, in runInterThreadThrashingSingleAlloc()
|
H A D | mutex_test.cpp | 56 unsigned NumIterations) { in synchronousIncrementTask()
|
/llvm-project/compiler-rt/lib/fuzzer/dataflow/ |
H A D | DataFlow.cpp | 76 static size_t NumIterations; variable
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | ThreadingTests.cpp | 70 const unsigned NumIterations = 100; in TEST_F() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | output_test_helper.cc | 321 double Results::NumIterations() const { return GetAs<double>("iterations"); } in NumIterations() function in Results
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 361 unsigned NumIterations = 0; allocateCandidatesAndFindBasis() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 436 unsigned NumIterations; global() member in __anon00fe5d1a0111::StackColoring
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2187 Value *NumIterations; global() member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 9422 if (llvm::Value *NumIterations = SizeEmitter(CGF, *LD)) emitTargetNumIterationsCall() local 9630 llvm::Value *NumIterations = emitTargetCallKernelLaunch() local 11128 emitDoacrossInit(CodeGenFunction & CGF,const OMPLoopDirective & D,ArrayRef<Expr * > NumIterations) emitDoacrossInit() argument 12230 emitDoacrossInit(CodeGenFunction & CGF,const OMPLoopDirective & D,ArrayRef<Expr * > NumIterations) emitDoacrossInit() argument [all...] |
H A D | CGStmtOpenMP.cpp | 6717 llvm::Value *NumIterations = CGF.EmitScalarExpr(D.getNumIterations()); emitCommonOMPTargetDirective() local
|
/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 370 setLoopNumIterations(unsigned NumLoop,Expr * NumIterations) setLoopNumIterations() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7717 Expr *NumIterations = nullptr; global() member 9778 ExprResult NumIterations = LastIteration; checkOpenMPLoop() local 14249 Expr *NumIterations = LoopHelper.NumIterations; ActOnOpenMPTileDirective() local 14340 Expr *NumIterations = LoopHelper.NumIterations; ActOnOpenMPTileDirective() local 19710 FinishOpenMPLinearClause(OMPLinearClause & Clause,DeclRefExpr * IV,Expr * NumIterations,Sema & SemaRef,Scope * S,DSAStackTy * Stack) FinishOpenMPLinearClause() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 762 Expr *NumIterations; global() member
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 6675 Value *NumIterations = Builder.getInt64(0); emitTargetCall() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 9659 unsigned NumIterations = BEs.getZExtValue(); // must be in range getConstantEvolutionLoopExitValue() local
|