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

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DProfileDataLoader.h48 typedef DenseMap<Edge, unsigned> EdgeWeights; typedef in class:llvm::ProfileDataT
55 DenseMap<const FType*, EdgeWeights> EdgeInformation;
78 EdgeWeights weights = EdgeInformation.find(f)->second;
H A DProfileInfo.h60 typedef std::map<Edge, double> EdgeWeights; typedef in class:llvm::ProfileInfoT
69 std::map<const FType*, EdgeWeights> EdgeInformation;
113 typename std::map<const FType*, EdgeWeights>::const_iterator J =
117 typename EdgeWeights::const_iterator I = J->second.find(e);
132 EdgeWeights &getEdgeWeights (const FType *F) {
200 typename std::map<const FType*, EdgeWeights>::iterator ei = EdgeInformation.find(*FI);
202 for (typename EdgeWeights::iterator ewi = ei->second.begin(), ewe = ei->second.end();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h32 typedef std::vector<EdgeWeight> EdgeWeights; typedef in class:llvm::MaximumSpanningTree
70 MaximumSpanningTree(EdgeWeights &EdgeVector) {
78 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
87 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(),
H A DOptimalEdgeProfiling.cpp139 ProfileInfo::EdgeWeights ECs =
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileInfo.cpp213 std::map<const Function*, EdgeWeights>::iterator J =
321 std::map<const Function*, EdgeWeights>::iterator J =
327 EdgeWeights::iterator I = J->second.begin(), E = J->second.end();
371 std::map<const Function*, EdgeWeights>::iterator J =
379 EdgeWeights &ECs = J->second;
415 std::map<const Function*, EdgeWeights>::iterator J =
422 for (EdgeWeights::iterator ewi = J->second.begin(), ewe = J->second.end();
446 std::map<const Function*, EdgeWeights>::iterator J =
482 std::map<const Function*, EdgeWeights>::iterator J =
994 EdgeWeights
[all...]

Completed in 121 milliseconds