Home
last modified time | relevance | path

Searched refs:CounterVal (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp78 int64_t CounterVal; in push_back() local
79 if (CounterPair.second.getAsInteger(0, CounterVal)) { in push_back()
97 Counter.Skip = CounterVal; in push_back()
110 Counter.StopAfter = CounterVal; in push_back()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2222 llvm::Value *CounterVal = CGF.EmitLoadOfScalar(CounterLVal, Loc); in emitCriticalRegion() local
2223 llvm::Value *CmpLoopBound = CGF.Builder.CreateICmpSLT(CounterVal, TeamWidth); in emitCriticalRegion()
2229 CounterVal = CGF.EmitLoadOfScalar(CounterLVal, Loc); in emitCriticalRegion()
2231 CGF.Builder.CreateICmpEQ(ThreadID, CounterVal); in emitCriticalRegion()
2252 CGF.Builder.CreateNSWAdd(CounterVal, CGF.Builder.getInt32(1)); in emitCriticalRegion()
H A DCGOpenMPRuntime.cpp11906 const Expr *CounterVal = C->getLoopData(I); in emitDoacrossOrdered() local
11907 assert(CounterVal); in emitDoacrossOrdered()
11909 CGF.EmitScalarExpr(CounterVal), CounterVal->getType(), Int64Ty, in emitDoacrossOrdered()
11910 CounterVal->getExprLoc()); in emitDoacrossOrdered()