Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Passes/
H A DMCF.cpp68 using EdgeWeightMap = typedef
73 void updateEdgeWeight(EdgeWeightMap &EdgeWeights, const BinaryBasicBlock *A,
77 void updateEdgeWeight<BinaryBasicBlock *>(EdgeWeightMap &EdgeWeights, in updateEdgeWeight()
85 void updateEdgeWeight<Inverse<BinaryBasicBlock *>>(EdgeWeightMap &EdgeWeights, in updateEdgeWeight()
93 void computeEdgeWeights(BinaryBasicBlock *BB, EdgeWeightMap &EdgeWeights) { in computeEdgeWeights()
165 void computeEdgeWeights(BinaryFunction &BF, EdgeWeightMap &EdgeWeights) { in computeEdgeWeights()
201 EdgeWeightMap &PredEdgeWeights, in guessEdgeByRelHotness()
202 EdgeWeightMap &SuccEdgeWeights) { in guessEdgeByRelHotness()
438 EdgeWeightMap PredEdgeWeights; in runOnFunction()
439 EdgeWeightMap SuccEdgeWeights; in runOnFunction()
/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;
975 BlockWeightMap &BlockWeights, EdgeWeightMap &EdgeWeights) {
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp348 using EdgeWeightMap = DenseMap<Edge, uint64_t>;
344 using EdgeWeightMap = DenseMap<Edge, uint64_t>; global() typedef