Searched refs:setEdgeWeight (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 143 setEdgeWeight(BB, *I, UnreachableWeight); in calcUnreachableHeuristics() 153 setEdgeWeight(BB, *I, ReachableWeight); in calcUnreachableHeuristics() 191 setEdgeWeight(BB, i, Weights[i]); in calcMetadataWeights() 224 setEdgeWeight(BB, TakenIdx, PH_TAKEN_WEIGHT); in calcPointerHeuristics() 225 setEdgeWeight(BB, NonTakenIdx, PH_NONTAKEN_WEIGHT); in calcPointerHeuristics() 256 setEdgeWeight(BB, *EI, backWeight); in calcLoopBranchHeuristics() 267 setEdgeWeight(BB, *EI, inWeight); in calcLoopBranchHeuristics() 278 setEdgeWeight(BB, *EI, exitWeight); in calcLoopBranchHeuristics() 339 setEdgeWeight(BB, TakenIdx, ZH_TAKEN_WEIGHT); in calcZeroHeuristics() 340 setEdgeWeight(BB, NonTakenIdx, ZH_NONTAKEN_WEIGHT); in calcZeroHeuristics() [all …]
|
D | ProfileInfo.cpp | 232 setEdgeWeight(newedge,w); in replaceEdge() 303 setEdgeWeight(e, w+oldw); in divertFlow() 436 setEdgeWeight(getEdge(Old, New), w); in splitBlock() 473 setEdgeWeight(newedge, newweight); in splitBlock() 534 setEdgeWeight(e,w); in CalculateMissingEdge() 564 setEdgeWeight(edgetocalc, incount * 10); in CalculateMissingEdge() 629 setEdgeWeight(*ei,share); in EstimateMissingEdges() 689 setEdgeWeight(e,bw); in repair() 716 setEdgeWeight(e,ReturnWeight); in repair() 845 setEdgeWeight(e,ew); in repair() [all …]
|
D | ProfileEstimatorPass.cpp | 407 setEdgeWeight(e,0); in runOnFunction() 411 setEdgeWeight(e,0); in runOnFunction() 416 setEdgeWeight(e,0); in runOnFunction() 420 setEdgeWeight(e,0); in runOnFunction()
|
/external/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 107 void setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors,
|
D | ProfileInfo.h | 123 void setEdgeWeight(Edge e, double w) { in setEdgeWeight() function
|