Searched refs:MinNopLen (Results 1 – 2 of 2) sorted by relevance
192 const unsigned MinNopLen = 4; in shouldInsertExtraNopBytesForCodeAlign() local193 if (AF.getMaxBytesToEmit() < MinNopLen) in shouldInsertExtraNopBytesForCodeAlign()195 Size = AF.getAlignment().value() - MinNopLen; in shouldInsertExtraNopBytesForCodeAlign()196 return AF.getAlignment() > MinNopLen; in shouldInsertExtraNopBytesForCodeAlign()
668 unsigned MinNopLen = UseCompressedNop ? 2 : 4; in shouldInsertExtraNopBytesForCodeAlign() local670 if (AF.getAlignment() <= MinNopLen) { in shouldInsertExtraNopBytesForCodeAlign()673 Size = AF.getAlignment().value() - MinNopLen; in shouldInsertExtraNopBytesForCodeAlign()