Searched refs:RemovedSize (Results 1 – 2 of 2) sorted by relevance
327 int RemovedSize = 0; in fixupConditionalBranch() local328 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()329 BBSize -= RemovedSize; in fixupConditionalBranch()
1685 unsigned RemovedSize = 0; in removeBranch() local1693 RemovedSize += getInstSizeInBytes(*I); in removeBranch()1700 *BytesRemoved = RemovedSize; in removeBranch()