Home
last modified time | relevance | path

Searched defs:NumCounters (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp346 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in getOrCreateRegionCounters() local
449 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; in emitVNodes() local
DPGOInstrumentation.cpp346 unsigned NumCounters = 0; in instrumentOneFunc() local
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp223 uint64_t NumCounters; in readNextRecord() local
371 uint32_t NumCounters = swap(Data->NumCounters); in readRawCounts() local
/external/scudo/standalone/tests/
Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Drelease_test.cpp39 const scudo::uptr NumCounters = in TEST() local
/external/scudo/standalone/
Drelease.h132 const uptr NumCounters; variable
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Drelease.h128 const uptr NumCounters; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp267 uint64_t NumCounters; in readNextRecord() local
415 uint32_t NumCounters = swap(Data->NumCounters); in readRawCounts() local
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp274 uint64_t NumCounters; in readNextRecord() local
422 uint32_t NumCounters = swap(Data->NumCounters); in readRawCounts() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp838 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in getOrCreateRegionCounters() local
944 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; in emitVNodes() local
DPGOInstrumentation.cpp880 unsigned NumCounters = in instrumentOneFunc() local
1147 unsigned NumCounters = in setInstrumentedCounts() local
DGCOVProfiling.cpp1288 auto *NumCounters = Builder.CreateLoad( in insertCounterWriteout() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp777 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in getOrCreateRegionCounters() local
883 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; in emitVNodes() local
DPGOInstrumentation.cpp816 unsigned NumCounters = in instrumentOneFunc() local
1069 unsigned NumCounters = in setInstrumentedCounts() local
DGCOVProfiling.cpp1119 auto *NumCounters = in insertCounterWriteout() local
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp70 size_t NumCounters = EF->__sanitizer_get_number_of_counters(); in Prepare() local
/external/mesa3d/src/mesa/main/
Dmtypes.h1985 GLuint NumCounters; member