Searched refs:RemovedSize (Results 1 – 2 of 2) sorted by relevance
319 int RemovedSize = 0; in fixupConditionalBranch() local320 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()321 BBSize -= RemovedSize; in fixupConditionalBranch()
2396 unsigned RemovedSize = 0; in removeBranch() local2399 RemovedSize += getInstSizeInBytes(*I); in removeBranch()2406 *BytesRemoved = RemovedSize; in removeBranch()