Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h59 unsigned IndexInSuccessors) const;
94 unsigned IndexInSuccessors) const;
111 void setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors,
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp599 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() argument
634 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()