Home
last modified time | relevance | path

Searched refs:isAllocationFn (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h57 bool isAllocationFn(const Value *V, const TargetLibraryInfo *TLI,
59 bool isAllocationFn(const Value *V,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp242 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocationFn() function in llvm
246 bool llvm::isAllocationFn( in isAllocationFn() function in llvm
258 return isAllocationFn(V, TLI, LookThroughBitCast) || in isNoAliasFn()
H A DGlobalsModRef.cpp589 if (isAllocationFn(Call, &TLI) || isFreeCall(Call, &TLI)) { in AnalyzeCallGraph()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp172 if (isAllocationFn(V, GetTLI)) in IsSafeComputationToRemove()
261 if (isAllocationFn(I, GetTLI)) in CleanupPointerRootUsers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2297 if (isAllocationFn(&Call, &TLI)) in visitCallBase()
H A DInstructionCombining.cpp2493 !isAllocationFn(SrcOp, &TLI)) { in visitGetElementPtrInst()