HomeSort by relevance Sort by last modified time
    Searched defs:NumCounters (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perflib.h 52 ULONG NumCounters;
winperf.h 48 DWORD NumCounters;
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 70 size_t NumCounters = EF->__sanitizer_get_number_of_counters();
71 C->CounterBitmap.resize(NumCounters);
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 346 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue();
348 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters);
449 uint64_t NumCounters = TotalNS * NumCountersPerValueSite;
458 if (NumCounters < INSTR_PROF_MIN_VAL_COUNTS)
459 NumCounters = std::max(INSTR_PROF_MIN_VAL_COUNTS, (int)NumCounters * 2);
468 ArrayType *VNodesTy = ArrayType::get(VNodeTy, NumCounters);
PGOInstrumentation.cpp 346 unsigned NumCounters = 0;
350 NumCounters++;
366 Builder.getInt64(FuncInfo.FunctionHash), Builder.getInt32(NumCounters),
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 365 milliseconds