Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h126 using EdgeWeightMap = DenseMap<Edge, uint64_t>; variable
135 void apply(BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights);
164 EdgeWeightMap &EdgeWeights) { in apply()
H A DSampleProfileLoaderBaseImpl.h208 using EdgeWeightMap = DenseMap<Edge, uint64_t>;
249 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights);
275 EdgeWeightMap EdgeWeights;
982 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp348 using EdgeWeightMap = DenseMap<Edge, uint64_t>; typedef