Home
last modified time | relevance | path

Searched refs:setEdgeWeight (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp157 setEdgeWeight(BB, *I, UnreachableWeight); in calcUnreachableHeuristics()
167 setEdgeWeight(BB, *I, ReachableWeight); in calcUnreachableHeuristics()
205 setEdgeWeight(BB, i, Weights[i]); in calcMetadataWeights()
257 setEdgeWeight(BB, *I, ColdWeight); in calcColdCallHeuristics()
266 setEdgeWeight(BB, *I, NormalWeight); in calcColdCallHeuristics()
299 setEdgeWeight(BB, TakenIdx, PH_TAKEN_WEIGHT); in calcPointerHeuristics()
300 setEdgeWeight(BB, NonTakenIdx, PH_NONTAKEN_WEIGHT); in calcPointerHeuristics()
331 setEdgeWeight(BB, *EI, backWeight); in calcLoopBranchHeuristics()
342 setEdgeWeight(BB, *EI, inWeight); in calcLoopBranchHeuristics()
353 setEdgeWeight(BB, *EI, exitWeight); in calcLoopBranchHeuristics()
[all …]
DProfileInfo.cpp232 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 …]
DProfileEstimatorPass.cpp407 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/
DBranchProbabilityInfo.h107 void setEdgeWeight(const BasicBlock *Src, unsigned IndexInSuccessors,
DProfileInfo.h123 void setEdgeWeight(Edge e, double w) { in setEdgeWeight() function