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

  /external/swiftshader/third_party/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/swiftshader/third_party/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 3711 milliseconds