Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h616 void setAlignment(Align A, unsigned MaxBytes) {
618 setMaxBytesForAlignment(MaxBytes);
625 void setMaxBytesForAlignment(unsigned MaxBytes) {
626 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2727 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument
2728 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3009 unsigned MaxBytes; in alignBlocks() local
3011 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()
3013 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()
3014 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()