Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp87 static cl::opt<unsigned> AlignAllBlock( variable
3532 if (AlignAllBlock) in runOnMachineFunction()
3536 MBB.setAlignment(Align(1ULL << AlignAllBlock), in runOnMachineFunction()
3539 MBB.setAlignment(Align(1ULL << AlignAllBlock)); in runOnMachineFunction()