Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp87 static cl::opt<unsigned> AlignAllBlock( variable
3455 if (AlignAllBlock) in runOnMachineFunction()
3459 MBB.setAlignment(Align(1ULL << AlignAllBlock), in runOnMachineFunction()
3462 MBB.setAlignment(Align(1ULL << AlignAllBlock)); in runOnMachineFunction()