Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp114 ErrorOr<uint64_t> getBlockWeight(const BasicBlock *BB) const;
511 SampleProfileLoader::getBlockWeight(const BasicBlock *BB) const { in getBlockWeight() function in SampleProfileLoader
540 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp204 ErrorOr<uint64_t> getBlockWeight(const BasicBlock *BB);
583 ErrorOr<uint64_t> SampleProfileLoader::getBlockWeight(const BasicBlock *BB) { in getBlockWeight() function in SampleProfileLoader
606 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights()