Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp93 static cl::opt<unsigned> AlignAllNonFallThruBlocks( variable
3452 else if (AlignAllNonFallThruBlocks) { in runOnMachineFunction()
3459 MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks), in runOnMachineFunction()
3462 MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks)); in runOnMachineFunction()