Searched refs:getEdgeWeight (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp41 uint32_t Weight = getEdgeWeight(MBB, I);
56 uint32_t Weight = getEdgeWeight(MBB, I);
64 getEdgeWeight(const MachineBasicBlock *Src, function in class:MachineBranchProbabilityInfo
73 getEdgeWeight(const MachineBasicBlock *Src, function in class:MachineBranchProbabilityInfo
77 return getEdgeWeight(Src, std::find(Src->succ_begin(), Src->succ_end(), Dst));
93 uint32_t Weight = getEdgeWeight(MBB, I);
111 uint32_t N = getEdgeWeight(Src, Dst) / Scale;
H A DMachineBlockPlacement.cpp356 uint32_t SuccWeight = MBPI->getEdgeWeight(BB, *SI);
674 uint32_t SuccWeight = MBPI->getEdgeWeight(*I, *SI);
1019 MBPI->getEdgeWeight(PrevBB, FBB) > MBPI->getEdgeWeight(PrevBB, TBB) &&
1023 DEBUG(dbgs() << " Edge weight: " << MBPI->getEdgeWeight(PrevBB, FBB)
1024 << " vs " << MBPI->getEdgeWeight(PrevBB, TBB) << "\n");
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBranchProbabilityInfo.h49 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
54 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h92 uint32_t getEdgeWeight(const BasicBlock *Src,
99 uint32_t getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp537 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex());
561 uint32_t Weight = getEdgeWeight(BB, Succ);
584 getEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors) const { function in class:BranchProbabilityInfo
597 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const { function in class:BranchProbabilityInfo
623 uint32_t N = getEdgeWeight(Src, IndexInSuccessors);
634 uint32_t N = getEdgeWeight(Src, Dst);
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp75 return Prob.getEdgeWeight(&Src, Dst0) < Prob.getEdgeWeight(&Src, Dst1);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h663 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
H A DSelectionDAGBuilder.cpp1361 uint32_t SelectionDAGBuilder::getEdgeWeight(const MachineBasicBlock *Src,
1368 return BPI->getEdgeWeight(SrcBB, DstBB);
1375 Weight = getEdgeWeight(Src, Dst);
2089 BPI ? BPI->getEdgeWeight(SwitchBB->getBasicBlock(), (unsigned)0) : 0);
2590 BPI ? BPI->getEdgeWeight(SI.getParent(), i.getSuccessorIndex()) : 0;

Completed in 200 milliseconds