LLVM 19.0.0git
Public Member Functions | List of all members
llvm::VPBuilder::InsertPointGuard Class Reference

RAII object that stores the current insertion point and restores it when the object is destroyed. More...

#include "Transforms/Vectorize/LoopVectorizationPlanner.h"

Public Member Functions

 InsertPointGuard (VPBuilder &B)
 
 InsertPointGuard (const InsertPointGuard &)=delete
 
InsertPointGuardoperator= (const InsertPointGuard &)=delete
 
 ~InsertPointGuard ()
 

Detailed Description

RAII object that stores the current insertion point and restores it when the object is destroyed.

Definition at line 207 of file LoopVectorizationPlanner.h.

Constructor & Destructor Documentation

◆ InsertPointGuard() [1/2]

llvm::VPBuilder::InsertPointGuard::InsertPointGuard ( VPBuilder B)
inline

Definition at line 213 of file LoopVectorizationPlanner.h.

◆ InsertPointGuard() [2/2]

llvm::VPBuilder::InsertPointGuard::InsertPointGuard ( const InsertPointGuard )
delete

◆ ~InsertPointGuard()

llvm::VPBuilder::InsertPointGuard::~InsertPointGuard ( )
inline

Definition at line 219 of file LoopVectorizationPlanner.h.

References llvm::VPBuilder::restoreIP().

Member Function Documentation

◆ operator=()

InsertPointGuard & llvm::VPBuilder::InsertPointGuard::operator= ( const InsertPointGuard )
delete

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