Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerLoop.cpp73 size_t NumCounters = EF->__sanitizer_get_number_of_counters(); in PrepareCounters() local
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2060 GLuint NumCounters; member