Home
last modified time | relevance | path

Searched refs:RemovedSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp318 int RemovedSize = 0; in fixupConditionalBranch() local
319 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
320 BBSize -= RemovedSize; in fixupConditionalBranch()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2625 unsigned RemovedSize = 0; in removeBranch() local
2629 RemovedSize += getInstSizeInBytes(MI); in removeBranch()
2636 *BytesRemoved = RemovedSize; in removeBranch()