Searched refs:getBBCount (Results 1 – 2 of 2) sorted by relevance
360 uint64_t getBBCount(const BasicBlock &BB) { return getBBInfo(BB).getCount(); } in getBBCount() function in llvm::ProfileAnnotatorImpl371 uint64_t ProfileAnnotator::getBBCount(const BasicBlock &BB) const { in getBBCount() function in ProfileAnnotator372 return PImpl->getBBCount(BB); in getBBCount()
173 LLVM_ABI uint64_t getBBCount(const BasicBlock &BB) const;