HomeSort by: relevance | last modified time | path
    Searched refs:CounterVal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
DebugCounter.cpp 78 int64_t CounterVal;
79 if (CounterPair.second.getAsInteger(0, CounterVal)) {
97 Counter.Skip = CounterVal;
110 Counter.StopAfter = CounterVal;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 2222 llvm::Value *CounterVal = CGF.EmitLoadOfScalar(CounterLVal, Loc);
2223 llvm::Value *CmpLoopBound = CGF.Builder.CreateICmpSLT(CounterVal, TeamWidth);
2229 CounterVal = CGF.EmitLoadOfScalar(CounterLVal, Loc);
2231 CGF.Builder.CreateICmpEQ(ThreadID, CounterVal);
2252 CGF.Builder.CreateNSWAdd(CounterVal, CGF.Builder.getInt32(1));
CGOpenMPRuntime.cpp 11906 const Expr *CounterVal = C->getLoopData(I);
11907 assert(CounterVal);
11909 CGF.EmitScalarExpr(CounterVal), CounterVal->getType(), Int64Ty,
11910 CounterVal->getExprLoc());

Completed in 38 milliseconds