Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h97 using BlockWeightMap = DenseMap<const BasicBlockT *, uint64_t>;
148 BlockWeightMap BlockWeights;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp236 using BlockWeightMap = DenseMap<const BasicBlock *, uint64_t>; typedef