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

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp180 BlockWeightMap BlockWeights; member in class:__anon26332::SampleFunctionProfile
363 OS << "weight[" << BB->getName() << "]: " << BlockWeights[BB] << "\n";
562 /// the BlockWeights map.
570 BlockWeights.insert(std::make_pair(B, 0));
587 /// This populates the BlockWeights map by computing
647 unsigned &BB1Weight = BlockWeights[BB1];
648 unsigned &BB2Weight = BlockWeights[BB2];
719 BlockWeights[BB] = BlockWeights[EquivBB];
812 unsigned &BBWeight = BlockWeights[B
[all...]

Completed in 931 milliseconds