Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h148 class InsertPointGuard {
154 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function
157 InsertPointGuard(const InsertPointGuard &) = delete;
158 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
160 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
H A DSLPVectorizer.cpp3027 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
H A DLoopVectorize.cpp1500 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp184 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h228 class InsertPointGuard {
235 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
239 InsertPointGuard(const InsertPointGuard &) = delete;
240 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
242 ~InsertPointGuard() { in ~InsertPointGuard()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp284 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp795 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1059 IRBuilderBase::InsertPointGuard Guard(Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
H A DInstructionCombining.cpp1692 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1557 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in emitUpdateLocation()
1631 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
H A DCGExpr.cpp89 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in CreateTempAlloca()