Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp135 unsigned MINumBytes = TII->getInstSizeInBytes(MI); in ComputeBlockSizes() local
163 UnalignedBytesRemaining -= std::min(UnalignedBytesRemaining, MINumBytes); in ComputeBlockSizes()
164 BlockSize += MINumBytes; in ComputeBlockSizes()