Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h72 unsigned IndexInSuccessors) const;
109 void setEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors,
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp586 unsigned IndexInSuccessors) const { in getEdgeProbability()
587 auto I = Probs.find(std::make_pair(Src, IndexInSuccessors)); in getEdgeProbability()
624 unsigned IndexInSuccessors, in setEdgeProbability() argument
626 Probs[std::make_pair(Src, IndexInSuccessors)] = Prob; in setEdgeProbability()
627 DEBUG(dbgs() << "set edge " << Src->getName() << " -> " << IndexInSuccessors in setEdgeProbability()