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 49 uint32_t Weight = Src->getSuccWeight(Dst);
MachineBasicBlock.cpp 772 /// getSuccWeight - Return weight of the edge from this block to MBB.
774 uint32_t MachineBasicBlock::getSuccWeight(MachineBasicBlock *succ) {
  /external/llvm/
README.android 32 * 981d826 - getSuccWeight returns now default 0 if Weights vector is empty. (13 days ago) <Jakub Staszak>
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 424 /// getSuccWeight - Return weight of the edge from this block to MBB. This
427 uint32_t getSuccWeight(MachineBasicBlock *succ);

Completed in 3893 milliseconds