Searched defs:EdgeWeights (Results 1 - 3 of 3) sorted by relevance

/external/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();
/external/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(),

Completed in 118 milliseconds