Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineBlockPlacement.cpp91 static cl::opt<unsigned> AlignAllNonFallThruBlocks( variable
3136 else if (AlignAllNonFallThruBlocks) { in runOnMachineFunction()
3142 MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks)); in runOnMachineFunction()