Searched refs:BlockWeightMap (Results 1 – 3 of 3) sorted by relevance
/freebsd/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 | 204 using BlockWeightMap = DenseMap<const BasicBlockT *, uint64_t>; 248 BlockWeightMap &SampleBlockWeights, 249 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights); 269 BlockWeightMap BlockWeights; 930 BlockWeightMap SampleBlockWeights; 981 FunctionT &F, BlockEdgeMap &Successors, BlockWeightMap &SampleBlockWeights, 982 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights) {
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 345 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef
|