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