Searched refs:BlockWeightMap (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileInference.h | 88 using BlockWeightMap = DenseMap<const BasicBlockT *, uint64_t>; 94 BlockWeightMap &SampleBlockWeights) 98 void apply(BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights); 117 BlockWeightMap &SampleBlockWeights; 121 void SampleProfileInference<BT>::apply(BlockWeightMap &BlockWeights,
|
| H A D | SampleProfileLoaderBaseImpl.h | 107 using BlockWeightMap = DenseMap<const BasicBlockT *, uint64_t>; 150 BlockWeightMap &SampleBlockWeights, 151 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights); 171 BlockWeightMap BlockWeights; 760 BlockWeightMap SampleBlockWeights; 811 FunctionT &F, BlockEdgeMap &Successors, BlockWeightMap &SampleBlockWeights, 812 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights) {
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 303 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef
|