Searched refs:JumpCounts (Results 1 – 1 of 1) sorted by relevance
3505 std::vector<EdgeCountT> JumpCounts; in applyExtTsp() local3525 JumpCounts.push_back(std::make_pair(Jump, JumpFreq.getFrequency())); in applyExtTsp()3535 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp()3538 auto NewOrder = applyExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp()3546 JumpCounts))); in applyExtTsp()