clang 19.0.0git
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 "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 PeepholeProtection ()=default
 

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

Constructor & Destructor Documentation

◆ PeepholeProtection()

clang::CodeGen::CodeGenFunction::PeepholeProtection::PeepholeProtection ( )
default

Friends And Related Function Documentation

◆ CodeGenFunction

friend class CodeGenFunction
friend

Definition at line 1304 of file CodeGenFunction.h.


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