clang  3.9.0
Public Member Functions | Friends | List of all members
clang::CodeGen::CodeGenFunction::PeepholeProtection Class Reference

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. More...

#include <CodeGenFunction.h>

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

Constructor & Destructor Documentation

clang::CodeGen::CodeGenFunction::PeepholeProtection::PeepholeProtection ( )
inline

Definition at line 800 of file CodeGenFunction.h.

Friends And Related Function Documentation

friend class CodeGenFunction
friend

Definition at line 797 of file CodeGenFunction.h.


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