Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h68 class VPInsertPoint {
74 VPInsertPoint() = default;
77 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint() function
88 void restoreIP(VPInsertPoint IP) { in restoreIP()
160 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()