Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h147 using EdgeWeightMap = DenseMap<Edge, uint64_t>;
156 void apply(BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights);
185 EdgeWeightMap &EdgeWeights) {
H A DSampleProfileLoaderBaseImpl.h110 using EdgeWeightMap = DenseMap<Edge, uint64_t>;
150 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights);
176 EdgeWeightMap EdgeWeights;
811 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights) {
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp317 using EdgeWeightMap = DenseMap<Edge, uint64_t>; typedef