Searched refs:ChildrenExecCount (Results 1 – 1 of 1) sorted by relevance
107 SmallVector<double, 4> ChildrenExecCount; in computeEdgeWeights() local139 ChildrenExecCount.push_back(ChildExecCount); in computeEdgeWeights()153 ChildrenExecCount[ChildIndex] = in computeEdgeWeights()155 TotalChildrenCount += ChildrenExecCount[ChildIndex]; in computeEdgeWeights()167 Weight = ChildrenExecCount[ChildIndex] / TotalChildrenCount; in computeEdgeWeights()