Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DMCF.cpp107 SmallVector<double, 4> ChildrenExecCount; in computeEdgeWeights() local
139 ChildrenExecCount.push_back(ChildExecCount); in computeEdgeWeights()
153 ChildrenExecCount[ChildIndex] = in computeEdgeWeights()
155 TotalChildrenCount += ChildrenExecCount[ChildIndex]; in computeEdgeWeights()
167 Weight = ChildrenExecCount[ChildIndex] / TotalChildrenCount; in computeEdgeWeights()