Searched refs:getBlockWeight (Results 1 – 2 of 2) sorted by relevance
114 ErrorOr<uint64_t> getBlockWeight(const BasicBlock *BB) const;511 SampleProfileLoader::getBlockWeight(const BasicBlock *BB) const { in getBlockWeight() function in SampleProfileLoader540 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights()
204 ErrorOr<uint64_t> getBlockWeight(const BasicBlock *BB);583 ErrorOr<uint64_t> SampleProfileLoader::getBlockWeight(const BasicBlock *BB) { in getBlockWeight() function in SampleProfileLoader606 ErrorOr<uint64_t> Weight = getBlockWeight(&BB); in computeBlockWeights()