Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp85 static cl::opt<unsigned> AlignAllBlock( variable
3132 if (AlignAllBlock) in runOnMachineFunction()
3135 MBB.setAlignment(Align(1ULL << AlignAllBlock)); in runOnMachineFunction()