Searched refs:BlockWeights (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp372 BlockWeightMap BlockWeights; member in class:__anon4552::SampleProfileLoader
650 BlockWeights.clear();
690 const auto &I = BlockWeights.find(BB);
691 uint64_t W = (I == BlockWeights.end() ? 0 : I->second);
783 /// This populates the BlockWeights map by computing
793 BlockWeights[&BB] = Weight.get();
1154 uint64_t Weight = BlockWeights[EC];
1173 Weight = std::max(Weight, BlockWeights[BB2]);
1177 BlockWeights[EC] = Samples->getHeadSamples() + 1;
1179 BlockWeights[E
[all...]

Completed in 107 milliseconds