Searched refs:IndexInSuccessors (Results 1 – 2 of 2) sorted by relevance
56 unsigned IndexInSuccessors) const;94 unsigned IndexInSuccessors) const;111 void setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors,
586 getEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors) const { in getEdgeWeight()588 Weights.find(std::make_pair(Src, IndexInSuccessors)); in getEdgeWeight()622 setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors, in setEdgeWeight() argument624 Weights[std::make_pair(Src, IndexInSuccessors)] = Weight; in setEdgeWeight()626 << IndexInSuccessors << " successor weight to " in setEdgeWeight()632 getEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors) const { in getEdgeProbability()633 uint32_t N = getEdgeWeight(Src, IndexInSuccessors); in getEdgeProbability()