Home
last modified time | relevance | path

Searched refs:CreateFree (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/examples/BrainF/
H A DBrainF.cpp131 endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb)); in header()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h1641 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 DInstructions.cpp827 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 DCore.cpp3536 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp1436 CallInst::CreateFree(CreatedArray, in allocateNewArrays()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1405 auto *Free = CallInst::CreateFree(SetjmpTable, Bundles, I); in runSjLjOnFunction()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1603 func (b Builder) CreateFree(p Value) (v Value) { func
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2074 See the method [llvm::LLVMBuilder::CreateFree]. *)