Searched refs:getInitialEstimatedBlockWeight (Results 1 – 2 of 2) sorted by relevance
411 std::optional<uint32_t> getInitialEstimatedBlockWeight(const BasicBlock *BB);
761 BranchProbabilityInfo::getInitialEstimatedBlockWeight(const BasicBlock *BB) { in getInitialEstimatedBlockWeight() function in BranchProbabilityInfo812 if (auto BBWeight = getInitialEstimatedBlockWeight(BB)) in estimateBlockWeights()