Searched refs:JumpCounts (Results 1 – 1 of 1) sorted by relevance
3694 SmallVector<codelayout::EdgeCount, 0> JumpCounts; in applyExtTsp() local3735 JumpCounts.push_back({BlockIndex[&MBB], BlockIndex[Succ], Freq}); in applyExtTsp()3740 JumpCounts.push_back( in applyExtTsp()3750 const double OrgScore = calcExtTspScore(BlockSizes, JumpCounts); in applyExtTsp()3754 auto NewOrder = computeExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp()3760 const double OptScore = calcExtTspScore(NewOrder, BlockSizes, JumpCounts); in applyExtTsp()