Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h72 unsigned IndexInSuccessors) const;
109 void setEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors,
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp586 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/
DBranchProbabilityInfo.h89 unsigned IndexInSuccessors) const;
126 void setEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp866 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()