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

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp120 class SampleFunctionProfile { class in namespace:__anon26332
122 SampleFunctionProfile() function in class:__anon26332::SampleFunctionProfile
250 SampleFunctionProfile &getProfile(const Function &F) {
264 /// in the structure SampleFunctionProfile. This maps function objects
266 StringMap<SampleFunctionProfile> Profiles;
326 void SampleFunctionProfile::print(raw_ostream &OS) {
342 void SampleFunctionProfile::printEdgeWeight(raw_ostream &OS, Edge E) {
351 void SampleFunctionProfile::printBlockEquivalence(raw_ostream &OS,
362 void SampleFunctionProfile::printBlockWeight(raw_ostream &OS, BasicBlock *BB) {
385 for (StringMap<SampleFunctionProfile>
[all...]

Completed in 45 milliseconds