Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDDebugCounter.h132 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDIntrinsicInst.cpp276 ConstantInt *InstrProfCntrInstBase::getNumCounters() const { in getNumCounters() function in InstrProfCntrInstBase