Searched defs:IndexInSuccessors (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp591 getEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors) const {
593 Weights.find(std::make_pair(Src, IndexInSuccessors));
624 setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors, argument
626 Weights[std::make_pair(Src, IndexInSuccessors)] = Weight;
628 << IndexInSuccessors << " successor weight to "
634 getEdgeProbability(const BasicBlock *Src, unsigned IndexInSuccessors) const {
635 uint32_t N = getEdgeWeight(Src, IndexInSuccessors);

Completed in 122 milliseconds