Searched defs:getEdgeWeight (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp41 uint32_t Weight = getEdgeWeight(MBB, *I);
56 uint32_t Weight = getEdgeWeight(MBB, *I);
64 MachineBranchProbabilityInfo::getEdgeWeight(const MachineBasicBlock *Src, function in class:MachineBranchProbabilityInfo
85 uint32_t Weight = getEdgeWeight(MBB, *I);
103 uint32_t N = getEdgeWeight(Src, Dst) / Scale;
/external/llvm/include/llvm/Analysis/
H A DProfileInfo.h112 double getEdgeWeight(Edge e) const { function in class:llvm::ProfileInfoT
/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp426 uint32_t Weight = getEdgeWeight(BB, Succ);
450 uint32_t Weight = getEdgeWeight(BB, Succ);
471 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const { function in class:BranchProbabilityInfo
493 uint32_t N = getEdgeWeight(Src, Dst);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1311 uint32_t SelectionDAGBuilder::getEdgeWeight(const MachineBasicBlock *Src, function in class:SelectionDAGBuilder
1318 return BPI->getEdgeWeight(SrcBB, DstBB);
1325 Weight = getEdgeWeight(Src, Dst);
2419 uint32_t ExtraWeight = BPI ? BPI->getEdgeWeight(SI.getParent(), SuccBB) : 0;
2445 BPI->getEdgeWeight(SI.getParent(), currentBB->getBasicBlock()) : 16;
2447 BPI->getEdgeWeight(SI.getParent(), nextBB->getBasicBlock()) : 16;

Completed in 85 milliseconds