Searched refs:getSuccWeight (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp66 uint32_t Weight = Src->getSuccWeight(Dst);
H A DMachineBasicBlock.cpp1119 /// getSuccWeight - Return weight of the edge from this block to MBB.
1121 uint32_t MachineBasicBlock::getSuccWeight(const_succ_iterator Succ) const { function in class:MachineBasicBlock
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h660 /// getSuccWeight - Return weight of the edge from this block to MBB. This
663 uint32_t getSuccWeight(const_succ_iterator Succ) const;

Completed in 1046 milliseconds