Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp327 int RemovedSize = 0; in fixupConditionalBranch() local
328 TII->removeBranch(*MBB, &RemovedSize); in fixupConditionalBranch()
329 BBSize -= RemovedSize; in fixupConditionalBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1685 unsigned RemovedSize = 0; in removeBranch() local
1693 RemovedSize += getInstSizeInBytes(*I); in removeBranch()
1700 *BytesRemoved = RemovedSize; in removeBranch()