Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp181 int InstrSizeDiff = -TII->getInstSizeInBytes(OldBranch); in expandBranches() local
199 InstrSizeDiff += TII->getInstSizeInBytes(*MI); in expandBranches()
205 InstrSizeDiff += TII->getInstSizeInBytes(*MI); in expandBranches()
213 BlockOffsets[i] += InstrSizeDiff; in expandBranches()
215 MBBStartOffset += InstrSizeDiff; in expandBranches()