Searched refs:InsertPointGuard (Results 1 – 11 of 11) sorted by relevance
148 class InsertPointGuard {154 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function157 InsertPointGuard(const InsertPointGuard &) = delete;158 InsertPointGuard &operator=(const InsertPointGuard &) = delete;160 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
3027 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
1500 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()
184 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
228 class InsertPointGuard {235 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function239 InsertPointGuard(const InsertPointGuard &) = delete;240 InsertPointGuard &operator=(const InsertPointGuard &) = delete;242 ~InsertPointGuard() { in ~InsertPointGuard()
284 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
795 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
1059 IRBuilderBase::InsertPointGuard Guard(Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
1692 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
1557 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in emitUpdateLocation()1631 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
89 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in CreateTempAlloca()