Searched refs:IndexInSuccessors (Results 1 – 2 of 2) sorted by relevance
72 unsigned IndexInSuccessors) const;109 void setEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors,
586 unsigned IndexInSuccessors) const { in getEdgeProbability()587 auto I = Probs.find(std::make_pair(Src, IndexInSuccessors)); in getEdgeProbability()624 unsigned IndexInSuccessors, in setEdgeProbability() argument626 Probs[std::make_pair(Src, IndexInSuccessors)] = Prob; in setEdgeProbability()627 DEBUG(dbgs() << "set edge " << Src->getName() << " -> " << IndexInSuccessors in setEdgeProbability()