Searched refs:printEdgeWeight (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileEstimatorPass.cpp | 71 void inline printEdgeWeight(Edge); 105 void inline ProfileEstimatorPass::printEdgeWeight(Edge E) { in printEdgeWeight() function in ProfileEstimatorPass 207 printEdgeWeight(edge); in recurseBasicBlock() 210 printEdgeWeight(edge); in recurseBasicBlock() 234 printEdgeWeight(*ei); in recurseBasicBlock() 269 printEdgeWeight(edge); in recurseBasicBlock() 305 printEdgeWeight(*ei); in recurseBasicBlock() 343 printEdgeWeight(edge); in runOnFunction() 383 printEdgeWeight(e); in runOnFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 118 void printEdgeWeight(raw_ostream &OS, Edge E); 415 void SampleProfileLoader::printEdgeWeight(raw_ostream &OS, Edge E) { in printEdgeWeight() function in SampleProfileLoader 896 printEdgeWeight(dbgs(), UnknownEdge)); in propagateThroughEdges() 908 printEdgeWeight(dbgs(), SelfReferentialEdge)); in propagateThroughEdges() 1018 DEBUG(dbgs() << "\t"; printEdgeWeight(dbgs(), E)); in propagateWeights()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 212 void printEdgeWeight(raw_ostream &OS, Edge E); 482 void SampleProfileLoader::printEdgeWeight(raw_ostream &OS, Edge E) { in printEdgeWeight() function in SampleProfileLoader 1105 printEdgeWeight(dbgs(), UnknownEdge)); in propagateThroughEdges() 1132 printEdgeWeight(dbgs(), SelfReferentialEdge)); in propagateThroughEdges() 1313 LLVM_DEBUG(dbgs() << "\t"; printEdgeWeight(dbgs(), E)); in propagateWeights()
|