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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp350 void printBlockWeight(raw_ostream &OS, const BasicBlock *BB) const;
688 void SampleProfileLoader::printBlockWeight(raw_ostream &OS, function in class:SampleProfileLoader
797 LLVM_DEBUG(printBlockWeight(dbgs(), &BB));
1238 LLVM_DEBUG(printBlockWeight(dbgs(), BB));
1353 printBlockWeight(dbgs(), BB););

Completed in 162 milliseconds