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

  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 66 uint32_t Weight = Src->getSuccWeight(Dst);
MachineBasicBlock.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 666 /// getSuccWeight - Return weight of the edge from this block to MBB. This
669 uint32_t getSuccWeight(const_succ_iterator Succ) const;

Completed in 189 milliseconds