reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/SampleProfile.cpp
  602   BlockWeights.clear();
  642   const auto &I = BlockWeights.find(BB);
  643   uint64_t W = (I == BlockWeights.end() ? 0 : I->second);
  746       BlockWeights[&BB] = Weight.get();
 1045   uint64_t Weight = BlockWeights[EC];
 1064       Weight = std::max(Weight, BlockWeights[BB2]);
 1068     BlockWeights[EC] = Samples->getHeadSamples() + 1;
 1070     BlockWeights[EC] = Weight;
 1128       BlockWeights[BB] = BlockWeights[EquivBB];
 1128       BlockWeights[BB] = BlockWeights[EquivBB];
 1233         uint64_t &BBWeight = BlockWeights[EC];
 1247                      EdgeWeights[SingleEdge] < BlockWeights[EC]) {
 1250             EdgeWeights[SingleEdge] = BlockWeights[EC];
 1267               EdgeWeights[UnknownEdge] > BlockWeights[OtherEC])
 1268             EdgeWeights[UnknownEdge] = BlockWeights[OtherEC];
 1274       } else if (VisitedBlocks.count(EC) && BlockWeights[EC] == 0) {
 1290         uint64_t &BBWeight = BlockWeights[BB];
 1302         BlockWeights[EC] = TotalWeight;
 1382     if (Header && BlockWeights[BB] > BlockWeights[Header]) {
 1382     if (Header && BlockWeights[BB] > BlockWeights[Header]) {
 1383       BlockWeights[Header] = BlockWeights[BB];
 1383       BlockWeights[Header] = BlockWeights[BB];
 1423     if (BlockWeights[BB]) {
 1452                             {static_cast<uint32_t>(BlockWeights[BB])}));