Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp93 static cl::opt<unsigned> AlignAllNonFallThruBlocks( variable
3541 else if (AlignAllNonFallThruBlocks) { in runOnMachineFunction()
3548 MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks), in runOnMachineFunction()
3551 MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks)); in runOnMachineFunction()