Home
last modified time | relevance | path

Searched refs:getBBCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp360 uint64_t getBBCount(const BasicBlock &BB) { return getBBInfo(BB).getCount(); } in getBBCount() function in llvm::ProfileAnnotatorImpl
371 uint64_t ProfileAnnotator::getBBCount(const BasicBlock &BB) const { in getBBCount() function in ProfileAnnotator
372 return PImpl->getBBCount(BB); in getBBCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h173 LLVM_ABI uint64_t getBBCount(const BasicBlock &BB) const;