Searched refs:RemovedSize (Results 1 – 2 of 2) sorted by relevance
398 int RemovedSize = 0; in fixupConditionalBranch() local399 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()400 BBSize -= RemovedSize; in fixupConditionalBranch()
3193 unsigned RemovedSize = 0; in removeBranch() local3197 RemovedSize += getInstSizeInBytes(MI); in removeBranch()3204 *BytesRemoved = RemovedSize; in removeBranch()