LLVM 24.0.0git
llvm::VPBuilderBase< InserterTy >::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 (VPBuilderBase &B)
 InsertPointGuard (const InsertPointGuard &)=delete
InsertPointGuard & operator= (const InsertPointGuard &)=delete
 ~InsertPointGuard ()

Detailed Description

template<typename InserterTy>
class llvm::VPBuilderBase< InserterTy >::InsertPointGuard

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

Definition at line 597 of file LoopVectorizationPlanner.h.

Constructor & Destructor Documentation

◆ InsertPointGuard() [1/2]

template<typename InserterTy>
llvm::VPBuilderBase< InserterTy >::InsertPointGuard::InsertPointGuard ( VPBuilderBase & B)
inline

◆ InsertPointGuard() [2/2]

template<typename InserterTy>
llvm::VPBuilderBase< InserterTy >::InsertPointGuard::InsertPointGuard ( const InsertPointGuard & )
delete

References InsertPointGuard().

◆ ~InsertPointGuard()

template<typename InserterTy>
llvm::VPBuilderBase< InserterTy >::InsertPointGuard::~InsertPointGuard ( )
inline

Definition at line 607 of file LoopVectorizationPlanner.h.

Member Function Documentation

◆ operator=()

template<typename InserterTy>
InsertPointGuard & llvm::VPBuilderBase< InserterTy >::InsertPointGuard::operator= ( const InsertPointGuard & )
delete

References InsertPointGuard().


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