Searched refs:initialWeight (Results 1 – 2 of 2) sorted by relevance
73 uint64_t initialWeight = 0; member146 c.initialWeight = c.weight; in CallGraphSort()197 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
45 uint64_t initialWeight = 0; member117 c.initialWeight = c.weight; in CallGraphSort()168 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()