HomeSort by relevance Sort by last modified time
    Searched defs:setEdgeWeight (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 124 void setEdgeWeight(Edge e, double w) {
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 109 BP->setEdgeWeight(Src, Dst, MaxWeight);
111 BP->setEdgeWeight(Src, Dst, Weight * 2);
120 BP->setEdgeWeight(Src, Dst, MIN_WEIGHT);
122 BP->setEdgeWeight(Src, Dst, Weight / 2);
226 BP->setEdgeWeight(BB, Back, backWeight);
239 BP->setEdgeWeight(BB, Exiting, exitWeight);
249 // Only LBH uses setEdgeWeight method.
335 void BranchProbabilityInfo::setEdgeWeight(BasicBlock *Src, BasicBlock *Dst,

Completed in 95 milliseconds