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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp349 void printEdgeWeight(raw_ostream &OS, Edge E);
668 void SampleProfileLoader::printEdgeWeight(raw_ostream &OS, Edge E) { function in class:SampleProfileLoader
1381 printEdgeWeight(dbgs(), UnknownEdge));
1408 printEdgeWeight(dbgs(), SelfReferentialEdge));
1582 LLVM_DEBUG(dbgs() << "\t"; printEdgeWeight(dbgs(), E));

Completed in 111 milliseconds