HomeSort by relevance Sort by last modified time
    Searched refs:getSuccWeight (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 66 uint32_t Weight = Src->getSuccWeight(Dst);
MachineBasicBlock.cpp 907 /// getSuccWeight - Return weight of the edge from this block to MBB.
909 uint32_t MachineBasicBlock::getSuccWeight(const MachineBasicBlock *succ) const {
    [all...]
  /external/llvm/
README.android 42 * 981d826 - getSuccWeight returns now default 0 if Weights vector is empty. (13 days ago) <Jakub Staszak>
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 601 /// getSuccWeight - Return weight of the edge from this block to MBB. This
604 uint32_t getSuccWeight(const MachineBasicBlock *succ) const;

Completed in 1567 milliseconds