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

  /external/compiler-rt/lib/profile/
InstrProfilingPlatformOther.c 39 CountersLast = (uint64_t *)Data->CounterPtr + Data->NumCounters;
52 UPDATE_LAST(CountersLast, (uint64_t *)Data->CounterPtr + Data->NumCounters);
InstrProfData.inc 71 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \
72 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumCounters))
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 202 uint64_t NumCounters;
205 if ((Line++)->getAsInteger(10, NumCounters))
207 if (NumCounters == 0)
212 Record.Counts.reserve(NumCounters);
213 for (uint64_t I = 0; I < NumCounters; ++I) {
355 uint32_t NumCounters = swap(Data->NumCounters);
357 if (NumCounters == 0)
360 auto RawCounts = makeArrayRef(getCounter(CounterPtr), NumCounters);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perflib.h 58 ULONG NumCounters;
winperf.h 48 DWORD NumCounters;
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 313 unsigned NumCounters = 0;
317 NumCounters++;
333 Builder.getInt64(FuncInfo.FunctionHash), Builder.getInt32(NumCounters),
InstrProfiling.cpp 317 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue();
319 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters);
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 266 size_t NumCounters = __sanitizer_get_number_of_counters();
267 CounterBitmap.resize(NumCounters);
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 71 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \
72 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumCounters))

Completed in 394 milliseconds