Home
last modified time | relevance | path

Searched refs:JumpCounts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3694 SmallVector<codelayout::EdgeCount, 0> JumpCounts; in applyExtTsp() local
3735 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()