Lines Matching refs:Alignment
106 /// Alignment of the basic block. Zero if the basic block does not need to be
107 /// aligned. The alignment is specified as log2(bytes).
108 unsigned Alignment = 0;
386 /// Return alignment of the basic block. The alignment is specified as
388 unsigned getAlignment() const { return Alignment; }
390 /// Set alignment of the basic block. The alignment is specified as
392 void setAlignment(unsigned Align) { Alignment = Align; }