Searched refs:RemovedSize (Results 1 – 2 of 2) sorted by relevance
318 int RemovedSize = 0; in fixupConditionalBranch() local319 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()320 BBSize -= RemovedSize; in fixupConditionalBranch()
2625 unsigned RemovedSize = 0; in removeBranch() local2629 RemovedSize += getInstSizeInBytes(MI); in removeBranch()2636 *BytesRemoved = RemovedSize; in removeBranch()