Optimize this function for size (‐Os) or minimum size (‐Oz).
Synopsis
Declared in <llvm/IR/Function.h>
bool
hasOptSize() const;
Return Value
True if this function is optimized for size or minimum size.
Created with MrDocs