Searched refs:RemovedSize (Results 1 – 2 of 2) sorted by relevance
380 int RemovedSize = 0; in fixupConditionalBranch() local381 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()382 BBSize -= RemovedSize; in fixupConditionalBranch()
3125 unsigned RemovedSize = 0; in removeBranch() local3129 RemovedSize += getInstSizeInBytes(MI); in removeBranch()3136 *BytesRemoved = RemovedSize; in removeBranch()