Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h80 VPBasicBlock::iterator getInsertPoint() const { return InsertPt; } in getInsertPoint() function
200 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard()