Home
last modified time | relevance | path

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

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