LLVM 20.0.0git
|
InsertPoint - A saved insertion point. More...
#include "Transforms/Vectorize/LoopVectorizationPlanner.h"
Public Member Functions | |
VPInsertPoint ()=default | |
Creates a new insertion point which doesn't point to anything. | |
VPInsertPoint (VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) | |
Creates a new insertion point at the given location. | |
bool | isSet () const |
Returns true if this insert point is set. | |
VPBasicBlock * | getBlock () const |
VPBasicBlock::iterator | getPoint () const |
InsertPoint - A saved insertion point.
Definition at line 91 of file LoopVectorizationPlanner.h.
|
default |
Creates a new insertion point which doesn't point to anything.
|
inline |
Creates a new insertion point at the given location.
Definition at line 100 of file LoopVectorizationPlanner.h.
|
inline |
Definition at line 106 of file LoopVectorizationPlanner.h.
Referenced by llvm::VPBuilder::restoreIP().
|
inline |
Definition at line 107 of file LoopVectorizationPlanner.h.
Referenced by llvm::VPBuilder::restoreIP().
|
inline |
Returns true if this insert point is set.
Definition at line 104 of file LoopVectorizationPlanner.h.
Referenced by llvm::VPBuilder::restoreIP().