Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp132 ErrorOr<uint64_t> getBlockWeight(const BasicBlock *BB) const;
492 SampleProfileLoader::getBlockWeight(const BasicBlock *BB) const { in getBlockWeight() function in SampleProfileLoader
518 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights()