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

  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 36 uint32_t Weight = getEdgeWeight(MBB, Succ);
47 MachineBranchProbabilityInfo::getEdgeWeight(MachineBasicBlock *Src,
58 uint32_t Weight = getEdgeWeight(Src, Dst);
75 uint32_t Weight = getEdgeWeight(MBB, Succ);
97 uint32_t N = getEdgeWeight(Src, Dst);
  /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 421 uint32_t Weight = getEdgeWeight(BB, Succ);
434 uint32_t Weight = getEdgeWeight(Src, Dst);
449 uint32_t Weight = getEdgeWeight(BB, Succ);
470 getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const {
492 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/Analysis/
BranchProbabilityInfo.h 56 uint32_t getEdgeWeight(const BasicBlock *Src, const BasicBlock *Dst) const;
ProfileInfo.h 113 double getEdgeWeight(Edge e) const {
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 54 uint32_t getEdgeWeight(MachineBasicBlock *Src, MachineBasicBlock *Dst) 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 454 uint32_t getEdgeWeight(MachineBasicBlock *Src, MachineBasicBlock *Dst);
SelectionDAGBuilder.cpp     [all...]

Completed in 2525 milliseconds