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

/external/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp66 uint32_t Weight = Src->getSuccWeight(Dst);
H A DMachineBasicBlock.cpp907 /// getSuccWeight - Return weight of the edge from this block to MBB.
909 uint32_t MachineBasicBlock::getSuccWeight(const MachineBasicBlock *succ) const { function in class:MachineBasicBlock
/external/llvm/
H A DREADME.android42 * 981d826 - getSuccWeight returns now default 0 if Weights vector is empty. (13 days ago) <Jakub Staszak>
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h601 /// getSuccWeight - Return weight of the edge from this block to MBB. This
604 uint32_t getSuccWeight(const MachineBasicBlock *succ) const;

Completed in 75 milliseconds