Home
last modified time | relevance | path

Searched defs:getCurrentRegionCount (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h58 uint64_t getCurrentRegionCount() const { return CurrentRegionCount; } in getCurrentRegionCount() function
H A DCoverageMappingGen.cpp449 Counter getCurrentRegionCount() { return CurrentRegionCount; } in getCurrentRegionCount() function