Searched defs:InsertBlock (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 119 getCXXDestructorImplicitParam(CodeGenModule & CGM,llvm::BasicBlock * InsertBlock,llvm::BasicBlock::iterator InsertPoint,const CXXDestructorDecl * D,CXXDtorType Type,bool ForVirtualBase,bool Delegating) getCXXDestructorImplicitParam() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 100 VPInsertPoint(VPBasicBlock * InsertBlock,VPBasicBlock::iterator InsertPoint) VPInsertPoint() argument
|
H A D | VPlanTransforms.cpp | 855 VPBasicBlock *InsertBlock = Previous->getParent(); adjustFixedOrderRecurrences() local
|
H A D | LoopVectorize.cpp | 2722 getOrCreateVectorTripCount(BasicBlock * InsertBlock) getOrCreateVectorTripCount() argument
|
H A D | SLPVectorizer.cpp | 10907 const BasicBlock *InsertBlock = InsertPt->getParent(); isGatherShuffledSingleRegisterEntry() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 263 InsertPoint(BasicBlock * InsertBlock,BasicBlock::iterator InsertPoint) InsertPoint() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1613 HandleByValArgumentInit(Type * ByValType,Value * Dst,Value * Src,Module * M,BasicBlock * InsertBlock,InlineFunctionInfo & IFI,Function * CalledFunc) HandleByValArgumentInit() argument
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3535 BasicBlock *InsertBlock = Loc.IP.getBlock(); createReductions() local 4195 createTargetLoopWorkshareCall(OpenMPIRBuilder * OMPBuilder,WorksharingLoopType LoopType,BasicBlock * InsertBlock,Value * Ident,Value * LoopBodyArg,Type * ParallelTaskPtr,Value * TripCount,Function & LoopBodyFn) createTargetLoopWorkshareCall() argument
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 2027 LLVMBasicBlockRef InsertBlock = LLVMGetInsertBlock(Builder_val(B)); llvm_insertion_block() local
|