Home
last modified time | relevance | path

Searched defs:NumCounters (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfReader.cpp249 uint64_t NumCounters; in readNextRecord() local
393 uint32_t NumCounters = swap(Data->NumCounters); in readRawCounts() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp720 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in getOrCreateRegionCounters() local
824 uint64_t NumCounters = TotalNS * NumCountersPerValueSite; in emitVNodes() local
DPGOInstrumentation.cpp566 unsigned NumCounters = 0; in getNumCounters() local
725 unsigned NumCounters = FuncInfo.getNumCounters(); in instrumentOneFunc() local
DGCOVProfiling.cpp1068 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.h1964 GLuint NumCounters; member