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

/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp119 void printBlockWeight(raw_ostream &OS, const BasicBlock *BB) const;
435 void SampleProfileLoader::printBlockWeight(raw_ostream &OS, function in class:SampleProfileLoader
546 DEBUG(printBlockWeight(dbgs(), &BB));
765 DEBUG(printBlockWeight(dbgs(), BB));
877 printBlockWeight(dbgs(), BB););

Completed in 166 milliseconds