Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
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 347 of file LoopVectorizationPlanner.h.

Constructor & Destructor Documentation

◆ InsertPointGuard() [1/2]

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

◆ InsertPointGuard() [2/2]

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

References InsertPointGuard().

◆ ~InsertPointGuard()

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

Definition at line 359 of file LoopVectorizationPlanner.h.

Member Function Documentation

◆ operator=()

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

References InsertPointGuard().


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