Searched refs:JumpCounts (Results 1 – 1 of 1) sorted by relevance
3528 std::vector<codelayout::EdgeCount> JumpCounts; in applyExtTsp() local3547 JumpCounts.push_back( in applyExtTsp()3558 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp()3561 auto NewOrder = computeExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp()3569 JumpCounts))); in applyExtTsp()