clang API Documentation
#include <CodeGenFunction.h>
Public Member Functions | |
| PeepholeProtection () | |
Friends | |
| class | CodeGenFunction |
An object which temporarily prevents a value from being destroyed by aggressive peephole optimizations that assume that all uses of a value have been realized in the IR.
Definition at line 976 of file CodeGenFunction.h.
| clang::CodeGen::CodeGenFunction::PeepholeProtection::PeepholeProtection | ( | ) | [inline] |
Definition at line 981 of file CodeGenFunction.h.
friend class CodeGenFunction [friend] |
Definition at line 978 of file CodeGenFunction.h.