Home
last modified time | relevance | path

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

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