Searched refs:IndexInSuccessors (Results 1 – 2 of 2) sorted by relevance
59 unsigned IndexInSuccessors) const;94 unsigned IndexInSuccessors) const;111 void setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors,
599 getEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors) const { in getEdgeWeight()601 Weights.find(std::make_pair(Src, IndexInSuccessors)); in getEdgeWeight()632 setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors, in setEdgeWeight() argument634 Weights[std::make_pair(Src, IndexInSuccessors)] = Weight; in setEdgeWeight()636 << IndexInSuccessors << " successor weight to " in setEdgeWeight()642 getEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors) const { in getEdgeProbability()643 uint32_t N = getEdgeWeight(Src, IndexInSuccessors); in getEdgeProbability()