Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp217 ErrorOr<uint64_t> getBlockWeight(const BasicBlock *BB);
601 ErrorOr<uint64_t> SampleProfileLoader::getBlockWeight(const BasicBlock *BB) { in getBlockWeight() function in SampleProfileLoader
624 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights()