Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DMCF.cpp114 double ChildExecCount = Child->getExecutionCount(); in computeEdgeWeights() local
117 ChildExecCount = 0.0; // will fill this in second pass in computeEdgeWeights()
137 ChildExecCount *= CritWeight; in computeEdgeWeights()
139 ChildrenExecCount.push_back(ChildExecCount); in computeEdgeWeights()
140 TotalChildrenCount += ChildExecCount; in computeEdgeWeights()