Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp129 auto &BS = BlockSizes[MBB.getNumber()-1]; in ComputeBlockSizes()
171 BlockSizes[MBB.getNumber()].first = BlockSize; in ComputeBlockSizes()
183 auto &BS = BlockSizes[MBB.getNumber()-1]; in modifyAdjustment()
195 Offset += BlockSizes[MBB.getNumber()].first; in modifyAdjustment()
216 BranchSize += BlockSizes[DestBlock].first; in computeBranchSize()
218 BranchSize += BlockSizes[i].first; in computeBranchSize()
232 BranchSize += BlockSizes[i].first; in computeBranchSize()
293 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
303 BlockSizes.clear(); in runOnMachineFunction()
395 BlockSizes[MBB.getNumber()].first += 4; in runOnMachineFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3526 auto BlockSizes = std::vector<uint64_t>(F->size()); in applyExtTsp() local
3542 BlockSizes[BlockIndex[&MBB]] = 4 * NumInsts; in applyExtTsp()
3558 calcExtTspScore(BlockSizes, BlockCounts, JumpCounts))); in applyExtTsp()
3561 auto NewOrder = computeExtTspLayout(BlockSizes, BlockCounts, JumpCounts); in applyExtTsp()
3568 calcExtTspScore(NewOrder, BlockSizes, BlockCounts, in applyExtTsp()