Searched refs:EntryInWeight (Results 1 – 1 of 1) sorted by relevance
188 uint64_t EntryInWeight = EntryWeight; in buildEdges() local190 if (EntryInWeight >= MaxExitOutWeight && in buildEdges()191 EntryInWeight * 2 < MaxExitOutWeight * 3) { in buildEdges()193 ExitOutgoing->Weight = EntryInWeight + 1; in buildEdges()