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

/external/llvm/include/llvm/Analysis/
H A DProfileInfo.h65 // EdgeInformation - Count the number of times a transition between two
69 std::map<const FType*, EdgeWeights> EdgeInformation; member in class:llvm::ProfileInfoT
114 EdgeInformation.find(getFunction(e));
115 if (J == EdgeInformation.end()) return MissingValue;
127 EdgeInformation[getFunction(e)][e] = w;
133 return EdgeInformation[F];
200 typename std::map<const FType*, EdgeWeights>::iterator ei = EdgeInformation.find(*FI);

Completed in 69 milliseconds