Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp88 static cl::opt<unsigned> AlignAllNonFallThruBlocks( variable
2822 else if (AlignAllNonFallThruBlocks) { in runOnMachineFunction()
2828 MBI->setAlignment(AlignAllNonFallThruBlocks); in runOnMachineFunction()