Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp180 int InstrSizeDiff = -TII->getInstSizeInBytes(OldBranch); in expandBranches() local
198 InstrSizeDiff += TII->getInstSizeInBytes(*MI); in expandBranches()
204 InstrSizeDiff += TII->getInstSizeInBytes(*MI); in expandBranches()
212 BlockOffsets[i] += InstrSizeDiff; in expandBranches()
214 MBBStartOffset += InstrSizeDiff; in expandBranches()