Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h125 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 DSampleProfileLoaderBaseImpl.h176 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 DSampleProfile.cpp324 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef