Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1050 CallInst::CreateFree(SetjmpTable, TI); in runSjLjOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h1638 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 DInstructions.cpp623 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 DCore.cpp3348 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1371 CallInst::CreateFree(GVVal, OpBundles, BI); in PerformHeapAllocSRoA()