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

/external/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp41 uint32_t Weight = getEdgeWeight(MBB, I);
56 uint32_t Weight = getEdgeWeight(MBB, I);
64 getEdgeWeight(const MachineBasicBlock *Src, function in class:MachineBranchProbabilityInfo
73 getEdgeWeight(const MachineBasicBlock *Src, function in class:MachineBranchProbabilityInfo
77 return getEdgeWeight(Src, std::find(Src->succ_begin(), Src->succ_end(), Dst));
94 uint32_t Weight = getEdgeWeight(MBB, I);
111 uint32_t N = getEdgeWeight(Src, Dst) / Scale;
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp544 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex());
568 uint32_t Weight = getEdgeWeight(BB, Succ);
591 getEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors) const { function in class:BranchProbabilityInfo
601 uint32_t BranchProbabilityInfo::getEdgeWeight(const BasicBlock *Src, function in class:BranchProbabilityInfo
603 return getEdgeWeight(Src, Dst.getSuccessorIndex());
609 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const { function in class:BranchProbabilityInfo
635 uint32_t N = getEdgeWeight(Src, IndexInSuccessors);
646 uint32_t N = getEdgeWeight(Src, Dst);

Completed in 1678 milliseconds