Searched refs:initialWeight (Results 1 – 3 of 3) sorted by relevance
46 uint64_t initialWeight = 0; member118 c.initialWeight = c.weight; in CallGraphSort()169 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
74 uint64_t initialWeight = 0; member147 c.initialWeight = c.weight; in CallGraphSort()198 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
61 uint64_t initialWeight = 0; member124 c.initialWeight = c.weight; in CallGraphSort()180 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()