Home
last modified time | relevance | path

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

/freebsd-14.2/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.h180 using EdgeWeightMap = DenseMap<Edge, uint64_t>;
221 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights);
247 EdgeWeightMap EdgeWeights;
954 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp327 using EdgeWeightMap = DenseMap<Edge, uint64_t>; typedef