LLVM
8.0.1
|
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 | |
InsertPointGuard & | operator= (const InsertPointGuard &)=delete |
~InsertPointGuard () | |
RAII object that stores the current insertion point and restores it when the object is destroyed.
Definition at line 148 of file LoopVectorizationPlanner.h.
|
inline |
Definition at line 154 of file LoopVectorizationPlanner.h.
|
delete |
|
inline |
Definition at line 160 of file LoopVectorizationPlanner.h.
References llvm::VPBuilder::restoreIP(), and llvm::VPBuilder::VPInsertPoint::VPInsertPoint().
|
delete |