Searched refs:BlockCounts (Results 1 – 1 of 1) sorted by relevance
3490 auto BlockCounts = std::vector<uint64_t>(F->size()); in applyExtTsp() local3495 BlockCounts[BlockIndex[&MBB]] = BlockFreq.getFrequency(); in applyExtTsp()3521 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp()3524 auto NewOrder = applyExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp()3531 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()