Searched refs:getBlockWeight (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp335 ErrorOr<uint64_t> getBlockWeight(const BasicBlock *BB);
768 ErrorOr<uint64_t> SampleProfileLoader::getBlockWeight(const BasicBlock *BB) { function in class:SampleProfileLoader
791 ErrorOr<uint64_t> Weight = getBlockWeight(&BB);

Completed in 112 milliseconds