Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp119 CodeGenModule &CGM, llvm::BasicBlock *InsertBlock, in getCXXDestructorImplicitParam() argument
125 CGF.CurFn = InsertBlock->getParent(); in getCXXDestructorImplicitParam()
126 CGF.Builder.SetInsertPoint(InsertBlock, InsertPoint); in getCXXDestructorImplicitParam()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h89 getCXXDestructorImplicitParam(CodeGenModule &CGM, llvm::BasicBlock *InsertBlock,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h92 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint() argument
93 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint()
H A DVPlanTransforms.cpp735 VPBasicBlock *InsertBlock = Previous->getParent(); in adjustFixedOrderRecurrences() local
737 Builder.setInsertPoint(InsertBlock, InsertBlock->getFirstNonPhi()); in adjustFixedOrderRecurrences()
739 Builder.setInsertPoint(InsertBlock, std::next(Previous->getIterator())); in adjustFixedOrderRecurrences()
H A DLoopVectorize.cpp638 Value *getOrCreateVectorTripCount(BasicBlock *InsertBlock);
2803 InnerLoopVectorizer::getOrCreateVectorTripCount(BasicBlock *InsertBlock) { in getOrCreateVectorTripCount() argument
2808 IRBuilder<> Builder(InsertBlock->getTerminator()); in getOrCreateVectorTripCount()
H A DSLPVectorizer.cpp9380 const BasicBlock *InsertBlock = InsertPt->getParent(); in isGatherShuffledSingleRegisterEntry() local
9381 auto *NodeEUI = DT->getNode(InsertBlock); in isGatherShuffledSingleRegisterEntry()
9388 if (TEInsertPt->getParent() != InsertBlock && in isGatherShuffledSingleRegisterEntry()
9391 if (TEInsertPt->getParent() == InsertBlock && in isGatherShuffledSingleRegisterEntry()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1524 Module *M, BasicBlock *InsertBlock, in HandleByValArgumentInit() argument
1527 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
1541 if (!CI->getDebugLoc() && InsertBlock->getParent()->getSubprogram()) in HandleByValArgumentInit()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2075 BasicBlock *InsertBlock = Loc.IP.getBlock(); in createReductions() local
2077 InsertBlock->splitBasicBlock(Loc.IP.getPoint(), "reduce.finalize"); in createReductions()
2078 InsertBlock->getTerminator()->eraseFromParent(); in createReductions()
2087 Builder.SetInsertPoint(InsertBlock, InsertBlock->end()); in createReductions()
2721 BasicBlock *InsertBlock, Value *Ident, Value *LoopBodyArg, in createTargetLoopWorkshareCall() argument
2740 Builder.restoreIP({InsertBlock, std::prev(InsertBlock->end())}); in createTargetLoopWorkshareCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h260 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
261 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()