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 MachineBranchProbabilityInfo::getEdgeWeight(const MachineBasicBlock *Src,
85 uint32_t Weight = getEdgeWeight(MBB, *I);
103 uint32_t N = getEdgeWeight(Src, Dst) / Scale;
MachineBlockPlacement.cpp 353 uint32_t SuccWeight = MBPI->getEdgeWeight(BB, *SI);
672 uint32_t SuccWeight = MBPI->getEdgeWeight(*I, *SI);
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 76 Count = getEdgeWeight(e);
85 double w = getEdgeWeight(getEdge(P, BB));
103 Count = getEdgeWeight(e);
109 double w = getEdgeWeight(getEdge(BB, *SI));
184 double oldw = getEdgeWeight(e);
225 if ((w = getEdgeWeight(newedge)) == MissingValue) {
226 w = getEdgeWeight(oldedge);
229 w += getEdgeWeight(oldedge);
261 if ((Mode & GetPathWithNewEdges) && (getEdgeWeight(e) != MissingValue)) continue;
286 if (getEdgeWeight(oldedge) == 0)
    [all...]
ProfileEstimatorPass.cpp 107 << format("%20.20g", getEdgeWeight(E)) << "\n");
135 double w = getEdgeWeight(edge);
187 double w = getEdgeWeight(*ei);
274 double w = getEdgeWeight(edge);
276 BBWeight -= getEdgeWeight(edge);
373 double w = getEdgeWeight(e);
BranchProbabilityInfo.cpp 426 uint32_t Weight = getEdgeWeight(BB, Succ);
450 uint32_t Weight = getEdgeWeight(BB, Succ);
471 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const {
493 uint32_t N = getEdgeWeight(Src, Dst);
ProfileVerifierPass.cpp 105 double EdgeWeight = PI->getEdgeWeight(E);
120 double EdgeWeight = PI->getEdgeWeight(E);
201 double EdgeWeight = PI->getEdgeWeight(E);
266 double w = PI->getEdgeWeight(PI->getEdge(BB,0));
ProfileInfoLoaderPass.cpp 100 if ((w = getEdgeWeight(edge)) == MissingValue) {
145 << (unsigned)getEdgeWeight(e) << "\n");
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 52 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 83 uint32_t getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const;
ProfileInfo.h 112 double getEdgeWeight(Edge e) const {
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 110 double w = ignoreMissing(PI.getEdgeWeight(std::make_pair(BB, Succ)));
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 456 uint32_t getEdgeWeight(const MachineBasicBlock *Src,
SelectionDAGBuilder.cpp     [all...]

Completed in 301 milliseconds