Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h565 void setAlignment(Align A, unsigned MaxBytes) {
567 setMaxBytesForAlignment(MaxBytes);
574 void setMaxBytesForAlignment(unsigned MaxBytes) {
575 MaxBytesForAlignment = MaxBytes;
H A DTargetLowering.h2530 void setMaxBytesForAlignment(unsigned MaxBytes) { in setMaxBytesForAlignment() argument
2531 MaxBytesForAlignment = MaxBytes; in setMaxBytesForAlignment()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2951 unsigned MaxBytes; in alignBlocks() local
2953 MaxBytes = MaxBytesForAlignmentOverride; in alignBlocks()
2955 MaxBytes = TLI->getMaxPermittedBytesForAlignment(ChainBB); in alignBlocks()
2956 ChainBB->setMaxBytesForAlignment(MaxBytes); in alignBlocks()