Home
last modified time | relevance | path

Searched refs:MapI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp607 DenseMap<Edge, uint32_t>::const_iterator MapI; in getEdgeWeight() local
610 MapI = Weights.find(std::make_pair(Src, I.getSuccessorIndex())); in getEdgeWeight()
611 if (MapI != Weights.end()) { in getEdgeWeight()
613 Weight += MapI->second; in getEdgeWeight()