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

  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 41 uint32_t Weight = getEdgeWeight(MBB, I);
56 uint32_t Weight = getEdgeWeight(MBB, I);
64 getEdgeWeight(const MachineBasicBlock *Src,
73 getEdgeWeight(const MachineBasicBlock *Src,
77 return getEdgeWeight(Src, std::find(Src->succ_begin(), Src->succ_end(), Dst));
94 uint32_t Weight = getEdgeWeight(MBB, I);
111 uint32_t N = getEdgeWeight(Src, Dst) / Scale;
MachineBlockPlacement.cpp 364 uint32_t SuccWeight = MBPI->getEdgeWeight(BB, *SI);
668 uint32_t SuccWeight = MBPI->getEdgeWeight(*I, *SI);
    [all...]
IfConversion.cpp     [all...]
TailDuplication.cpp 734 uint32_t Weight = MBPI->getEdgeWeight(PredBB, TailBB);
850 PredBB->addSuccessor(*I, MBPI->getEdgeWeight(TailBB, I));
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 49 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
54 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 93 uint32_t getEdgeWeight(const BasicBlock *Src,
100 uint32_t getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const;
102 uint32_t getEdgeWeight(const BasicBlock *Src,
BlockFrequencyInfoImpl.h     [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 544 uint32_t Weight = getEdgeWeight(BB, I.getSuccessorIndex());
568 uint32_t Weight = getEdgeWeight(BB, Succ);
591 getEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors) const {
601 uint32_t BranchProbabilityInfo::getEdgeWeight(const BasicBlock *Src,
603 return getEdgeWeight(Src, Dst.getSuccessorIndex());
609 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const {
635 uint32_t N = getEdgeWeight(Src, IndexInSuccessors);
646 uint32_t N = getEdgeWeight(Src, Dst);
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 662 return Prob.getEdgeWeight(&B, Dst0) < Prob.getEdgeWeight(&B, Dst1);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 669 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
SelectionDAGBuilder.cpp     [all...]
FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 889 milliseconds