Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h87 VPBasicBlock::iterator getInsertPoint() const { return InsertPt; } in getInsertPoint() function
328 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard()
H A DVPlanConstruction.cpp768 DerivedIV->moveAfter(&*Builder.getInsertPoint()); in handleMaxMinNumReductions()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h1113 mlir::OpBuilder::InsertPoint getInsertPoint() const { return insertPt; } in getInsertPoint() function
1129 builder.restoreInsertionPoint(outermostConditional->getInsertPoint()); in setBeforeOutermostConditional()