clang API Documentation

Public Member Functions | Friends
clang::CodeGen::CodeGenFunction::PeepholeProtection Class Reference

#include <CodeGenFunction.h>

List of all members.

Public Member Functions

 PeepholeProtection ()

Friends

class CodeGenFunction

Detailed Description

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 763 of file CodeGenFunction.h.


Constructor & Destructor Documentation

Definition at line 768 of file CodeGenFunction.h.


Friends And Related Function Documentation

friend class CodeGenFunction [friend]

Definition at line 765 of file CodeGenFunction.h.


The documentation for this class was generated from the following file: