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

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp138 void printEdgeWeight(raw_ostream &OS, Edge E);
342 void SampleFunctionProfile::printEdgeWeight(raw_ostream &OS, Edge E) { function in class:SampleFunctionProfile
836 printEdgeWeight(dbgs(), UnknownEdge));
848 printEdgeWeight(dbgs(), SelfReferentialEdge));
939 DEBUG(dbgs() << "\t"; printEdgeWeight(dbgs(), E));

Completed in 95 milliseconds