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.cpp139 unsigned MINumBytes = TII->getInstSizeInBytes(MI); in ComputeBlockSizes() local
167 UnalignedBytesRemaining -= std::min(UnalignedBytesRemaining, MINumBytes); in ComputeBlockSizes()
168 BlockSize += MINumBytes; in ComputeBlockSizes()