Home
last modified time | relevance | path

Searched refs:BlockWeightMap (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DSampleProfileInference.h146 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,
DSampleProfileLoaderBaseImpl.h106 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/
DSampleProfile.cpp84 typedef DenseMap<const BasicBlock *, uint64_t> BlockWeightMap; typedef
137 BlockWeightMap BlockWeights;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp171 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef
365 BlockWeightMap BlockWeights;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp314 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef