Home
last modified time | relevance | path

Searched refs:VPInsertPoint (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h91 class VPInsertPoint {
97 VPInsertPoint() = default;
100 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint() function
111 void restoreIP(VPInsertPoint IP) { in restoreIP()
223 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()