Searched refs:BlockWeightMap (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileInference.h | 125 using BlockWeightMap = DenseMap<const BasicBlockT *, uint64_t>; variable 131 BlockWeightMap &SampleBlockWeights) in SampleProfileInference() 135 void apply(BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights); 159 BlockWeightMap &SampleBlockWeights; 163 void SampleProfileInference<BT>::apply(BlockWeightMap &BlockWeights, in apply()
|
| H A D | SampleProfileLoaderBaseImpl.h | 176 using BlockWeightMap = DenseMap<const BasicBlockT *, uint64_t>; 220 BlockWeightMap &SampleBlockWeights, 221 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights); 241 BlockWeightMap BlockWeights; 902 BlockWeightMap SampleBlockWeights; 953 FunctionT &F, BlockEdgeMap &Successors, BlockWeightMap &SampleBlockWeights, 954 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights) {
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 324 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef
|