Searched refs:printBlockWeight (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 119 void printBlockWeight(raw_ostream &OS, const BasicBlock *BB) const; 435 void SampleProfileLoader::printBlockWeight(raw_ostream &OS, in printBlockWeight() function in SampleProfileLoader 546 DEBUG(printBlockWeight(dbgs(), &BB)); in computeBlockWeights() 765 DEBUG(printBlockWeight(dbgs(), BB)); in findEquivalenceClasses() 877 printBlockWeight(dbgs(), BB);); in propagateThroughEdges()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 213 void printBlockWeight(raw_ostream &OS, const BasicBlock *BB) const; 502 void SampleProfileLoader::printBlockWeight(raw_ostream &OS, in printBlockWeight() function in SampleProfileLoader 612 LLVM_DEBUG(printBlockWeight(dbgs(), &BB)); in computeBlockWeights() 962 LLVM_DEBUG(printBlockWeight(dbgs(), BB)); in findEquivalenceClasses() 1077 printBlockWeight(dbgs(), BB);); in propagateThroughEdges()
|