Searched refs:CreateFree (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 131 endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb)); in header()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1641 static Instruction *CreateFree(Value *Source, Instruction *InsertBefore); 1642 static Instruction *CreateFree(Value *Source, BasicBlock *InsertAtEnd); 1643 static Instruction *CreateFree(Value *Source, 1646 static Instruction *CreateFree(Value *Source,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 827 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst 830 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst 839 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst 844 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
|
| H A D | Core.cpp | 3536 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslNodeBuilder.cpp | 1436 CallInst::CreateFree(CreatedArray, in allocateNewArrays()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1405 auto *Free = CallInst::CreateFree(SetjmpTable, Bundles, I); in runSjLjOnFunction()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1603 func (b Builder) CreateFree(p Value) (v Value) { func
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2074 See the method [llvm::LLVMBuilder::CreateFree]. *)
|