Searched refs:CreateFree (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1050 CallInst::CreateFree(SetjmpTable, TI); in runSjLjOnFunction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1638 static Instruction *CreateFree(Value *Source, Instruction *InsertBefore); 1639 static Instruction *CreateFree(Value *Source, BasicBlock *InsertAtEnd); 1640 static Instruction *CreateFree(Value *Source, 1643 static Instruction *CreateFree(Value *Source,
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instructions.cpp | 623 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst 626 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst 635 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst 640 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
|
| H A D | Core.cpp | 3348 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1371 CallInst::CreateFree(GVVal, OpBundles, BI); in PerformHeapAllocSRoA()
|