Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDebugCounter.h131 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp212 ConstantInt *InstrProfInstBase::getNumCounters() const { in getNumCounters() function in InstrProfInstBase