Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp91 static cl::opt<unsigned> AlignAllNonFallThruBlocks( variable
3399 else if (AlignAllNonFallThruBlocks) { in runOnMachineFunction()
3405 MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks)); in runOnMachineFunction()