Home
last modified time | relevance | path

Searched refs:getNumCounters (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp88 static_cast<uint32_t>(Incr->getNumCounters()->getZExtValue()); in getNumCountersAndCallsites()
95 static_cast<uint32_t>(CSIntr->getNumCounters()->getZExtValue()); in getNumCountersAndCallsites()
H A DInstrProfiling.cpp1660 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createRegionCounters()
1710 ConstantAsMetadata::get(Inc->getNumCounters()), in getOrCreateRegionCounters()
1798 uint64_t NumCounters = Inc->getNumCounters()->getZExtValue(); in createDataVariable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h135 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h82 uint32_t getNumCounters(const Function &F) const { in getNumCounters() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp523 static_cast<uint32_t>(C->getNumCounters()->getZExtValue()); in run()
533 static_cast<uint32_t>(C->getNumCounters()->getZExtValue()); in run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp239 ConstantInt *InstrProfCntrInstBase::getNumCounters() const { in getNumCounters() function in InstrProfCntrInstBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2387 const auto NumCalleeCounters = CtxProf.getNumCounters(Callee); in InlineFunction()
2404 const uint32_t NewCountersSize = CtxProf.getNumCounters(Caller); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1477 LLVM_ABI ConstantInt *getNumCounters() const;