Searched refs:BlockWeightMap (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
D | SampleProfileInference.h | 146 using BlockWeightMap = DenseMap<const BasicBlockT *, uint64_t>; 152 BlockWeightMap &SampleBlockWeights) 156 void apply(BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights); 180 BlockWeightMap &SampleBlockWeights; 184 void SampleProfileInference<BT>::apply(BlockWeightMap &BlockWeights,
|
D | SampleProfileLoaderBaseImpl.h | 106 using BlockWeightMap = DenseMap<const BasicBlockT *, uint64_t>; 149 BlockWeightMap &SampleBlockWeights, 150 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights); 170 BlockWeightMap BlockWeights; 759 BlockWeightMap SampleBlockWeights; 810 FunctionT &F, BlockEdgeMap &Successors, BlockWeightMap &SampleBlockWeights, 811 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights) {
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 84 typedef DenseMap<const BasicBlock *, uint64_t> BlockWeightMap; typedef 137 BlockWeightMap BlockWeights;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 171 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef 365 BlockWeightMap BlockWeights;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 314 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef
|