Searched refs:IndexInSuccessors (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 72 unsigned IndexInSuccessors) const; 109 void setEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors,
|
/external/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 586 unsigned IndexInSuccessors) const { in getEdgeProbability() 587 auto I = Probs.find(std::make_pair(Src, IndexInSuccessors)); in getEdgeProbability() 624 unsigned IndexInSuccessors, in setEdgeProbability() argument 626 Probs[std::make_pair(Src, IndexInSuccessors)] = Prob; in setEdgeProbability() 627 DEBUG(dbgs() << "set edge " << Src->getName() << " -> " << IndexInSuccessors in setEdgeProbability()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 89 unsigned IndexInSuccessors) const; 126 void setEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 866 unsigned IndexInSuccessors) const { in getEdgeProbability() 867 auto I = Probs.find(std::make_pair(Src, IndexInSuccessors)); in getEdgeProbability() 903 unsigned IndexInSuccessors, in setEdgeProbability() argument 905 Probs[std::make_pair(Src, IndexInSuccessors)] = Prob; in setEdgeProbability() 908 << IndexInSuccessors << " successor probability to " << Prob in setEdgeProbability()
|