Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h76 class VPInsertPoint {
82 VPInsertPoint() = default;
85 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint() function
96 void restoreIP(VPInsertPoint IP) { in restoreIP()
178 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()